Update README.md
This commit is contained in:
parent
959949eb19
commit
d550e50728
15
README.md
15
README.md
|
|
@ -8,7 +8,13 @@ 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
|
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
|
2. Clone the repo
|
||||||
|
|
||||||
|
|
@ -19,6 +25,13 @@ To install:
|
||||||
cd configuration
|
cd configuration
|
||||||
sh stow
|
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
|
# 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.
|
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