Zsh, tmux and neovim Development Dot files for Unix based SOs
Tools included
- Zsh
- Prezto
- Tmux
- Tmux Resurrect
- Vim
- Plug (all vim plugins are listed on
nvim/init.vim
)
- Plug (all vim plugins are listed on
I like to install all the libraries and files inside the .config
directory at the user's home directory.
You need to install the following applications
- git
- curl
- zsh
- tmux
- neovim
- ripgrep
Clone this repo with its submodules:
cd && git clone --recursive https://github.com/lacf95/dot-files.git && cd dot-files
Run the install script
./install.sh
Finally, you have to set zsh as the default shell.
You can do it by directly writing to the /etc/passwd
and change it to the user you want to apply it, or a faster way to do it is:
chsh -s $(which zsh)
And finally logout from your user session in order to apply the changes.