Skip to content

setup scripts including .vimrc, config.fish, .tmux.conf and .gitconfig

Notifications You must be signed in to change notification settings

MasaHirano/dotfiles

Repository files navigation

dotfiles

Configuration files for Fish-shell, Vim, tmux, and any other useful tools that power my Software Development.

Setup

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

Manual operations

After executing setup.sh, there is some chore that needs to be done manually.

Install Python packages

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

Fonts

Install one of the powerline fonts from nerd-fonts.

About

setup scripts including .vimrc, config.fish, .tmux.conf and .gitconfig

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published