Update README.md
This commit is contained in:
parent
959949eb19
commit
d550e50728
15
README.md
15
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue