Configuration files for Fish-shell, Vim, tmux, and any other useful tools that power my Software Development.
The setup script moves your current configuration files to a backup folder. See https://github.com/alpaca0984/dotfiles/blob/main/setup.sh for details.
git clone https://github.com/masahirano/dotfiles.git
cd dotfiles
sh setup.sh
After executing setup.sh
, there is some chore that needs to be done manually.
Some Python packages are required by Neovim and tmux.
Install Python and packages.
asdf plugin add python
asdf install python <python-version>
asdf global python <python-version>
pip install neovim powerline-status psutil netifaces
Install one of the powerline fonts from nerd-fonts.
- JetBrainsMono Nerd Font (my favorite)