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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue