Below are required programms
- git
- tmux
- nvim
- starship
- kitty
- alacritty
sudo pacman -S alacritty kitty git starship tmux nvimOptional Terminal tools
- tree
- lazygit
- fzf
sudo pacman -S tree fzf lazygitTo copy update configuration file run below code. it will backup your existing configuration files.
git clone https://github.com/tehritarun/dotfiles.git ~/dotfiles
cd ~/dotfiles
bash linkFiles.sh
fc-cache -fvfor nvim config, backup your existing config and run following code.
git clone https://github.com/tehritarun/nvim_Config.git ~/.config/nvim