Update README.md

This commit is contained in:
Shawn Anderson 2020-11-24 13:26:11 -08:00 committed by GitHub
parent 84beb6639d
commit 4e05fdec51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 7 deletions

View File

@ -8,13 +8,15 @@ These are the dotfiles that I hack on. Can easily be installed to your ~/.config
To install: To install:
1. Requirements 1. Requirements
sudo apt install stow xcape fish tmux sudo apt install stow xcape fish tmux neovim
Change default shell to fish
chsh -s `which fish`
Install nvm Install nvm
https://github.com/nvm-sh/nvm https://github.com/nvm-sh/nvm
Change default shell to fish Logout and Login
chsh -s `which fish`
2. Clone the repo 2. Clone the repo
@ -27,6 +29,7 @@ To install:
Install virtualfish Install virtualfish
pip3 install virtualfish pip3 install virtualfish
vf install
Install Tmux plugin manager Install Tmux plugin manager
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm