diff --git a/README.md b/README.md index fc02673..14040d4 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,14 @@ These are the dotfiles that I hack on. Can easily be installed to your ~/.config To install: 1. Requirements - sudo apt install stow xcape + sudo apt install stow xcape fish tmux + Install nvm + https://github.com/nvm-sh/nvm + + Change default shell to fish + chsh -s `which fish` + 2. Clone the repo git clone git@github.com:LinuxIsCool/configuration.git @@ -19,6 +25,13 @@ To install: cd configuration sh stow + Install virtualfish + pip3 install virtualfish + + Install Tmux plugin manager + git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm + tmux -> prefix + I + # Popos-Gnome In addition to the script-based configuration, I'll do my best to track and document my debian-gnome-popos settings, to make them as reproducable as possible.