tehritarun / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Below are required programms

  • git
  • tmux
  • nvim
  • starship
  • kitty
  • alacritty
sudo pacman -S alacritty kitty git starship tmux nvim

Optional Terminal tools

  • tree
  • lazygit
  • fzf
sudo pacman -S tree fzf lazygit

To 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 -fv

for nvim config, backup your existing config and run following code.

git clone https://github.com/tehritarun/nvim_Config.git ~/.config/nvim

About

License:MIT License


Languages

Language:Shell 100.0%