Update README.md
This commit is contained in:
parent
84beb6639d
commit
4e05fdec51
|
|
@ -8,13 +8,15 @@ These are the dotfiles that I hack on. Can easily be installed to your ~/.config
|
|||
To install:
|
||||
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
|
||||
https://github.com/nvm-sh/nvm
|
||||
|
||||
Change default shell to fish
|
||||
chsh -s `which fish`
|
||||
Logout and Login
|
||||
|
||||
2. Clone the repo
|
||||
|
||||
|
|
@ -27,6 +29,7 @@ To install:
|
|||
|
||||
Install virtualfish
|
||||
pip3 install virtualfish
|
||||
vf install
|
||||
|
||||
Install Tmux plugin manager
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
||||
|
|
|
|||
Loading…
Reference in New Issue