From d550e507284deacd7b3eb1db4399d79d800e075d Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Tue, 24 Nov 2020 12:02:59 -0800 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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.