Configuration files for my personal development environment setup
- Fish shell
- Tmux
- Tmuxp
- vim
Warning: If you already have your own configuration files for above applications, this shell script will overwrite them.
git clone https://github.com/pueue/dotfiles
cd dotfiles
chmod +x ./setup.sh
./setup.sh
pj z nvim fuck ...
tmux
Running setup.sh
spreads dotfiles to your local machine using symbolic link. It makes keep tracking changes of these dotfiles by git. It also provides dependency for your development environment. If you remove this repository folder from your local machine after installation, you might see 'No file or directory' Error. This makes you assure keeping tracking dotfile changes.