Update README.md

This commit is contained in:
Shawn Anderson 2020-11-24 12:02:59 -08:00 committed by GitHub
parent 959949eb19
commit d550e50728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -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.