letha11 / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Dotfile

Application requirement to use this dotfiles

Arch

$ yay/pacman -S base-devel brightnessctl ctags dunst exa figma-linux fvm-bin flameshot alacritty neovim nvm ntfs-3g perl nginx php php-fpm composer apache mariadb rar scrcpy stow syncthing rustup ripgrep tmux zsh 

I'm using NvChad so my nvim configuration are based on NvChad.

After installing all the dependencies/applications you can run these command to link all the configuration to its correct place:

$ ./run.sh

Laptop

If you are using laptop you should install tlp package or auto-cpufreq for better battery life

PHP Development

I have an script that will start nginx, mariadb, and php-fpm from the systemctl, it placed in scripts/run-lemp.sh. if you want to use apache you can just run the command

$ sudo systemctl start httpd.service

because we already installed the apache package.

NOTE

You need to install NvChad first in order to use the nvim configuration.

About

my dotfiles


Languages

Language:Lua 87.0%Language:Shell 11.9%Language:CSS 1.1%