Remove OMF installation from instructions
This commit is contained in:
parent
237dd6b73c
commit
fd1110739f
21
README.md
21
README.md
|
|
@ -34,44 +34,35 @@ To install:
|
||||||
|
|
||||||
fisher
|
fisher
|
||||||
|
|
||||||
7. Use Oh my fish to install gentoo theme
|
|
||||||
|
|
||||||
|
7. Install fzf
|
||||||
Install omf:
|
|
||||||
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
|
|
||||||
|
|
||||||
Install gentoo:
|
|
||||||
omf install gentoo
|
|
||||||
|
|
||||||
|
|
||||||
8. Install fzf
|
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
||||||
~/.fzf/install
|
~/.fzf/install
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
9. Install virtualfish
|
8. Install virtualfish
|
||||||
|
|
||||||
pip install virtualfish
|
pip install virtualfish
|
||||||
vf install
|
vf install
|
||||||
|
|
||||||
10. Install Tmux plugin manager
|
9. Install Tmux plugin manager
|
||||||
|
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
||||||
tmux
|
tmux
|
||||||
prefix + I
|
prefix + I
|
||||||
|
|
||||||
11. Install a nerd font like Hack Regular (otf prefered over ttf):
|
10. Install a nerd font like Hack Regular (otf prefered over ttf):
|
||||||
|
|
||||||
https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/Hack/Regular/complete/Hack%20Regular%20Nerd%20Font%20Complete.ttf
|
https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/Hack/Regular/complete/Hack%20Regular%20Nerd%20Font%20Complete.ttf
|
||||||
Terminal -> Preferences -> Text -> Font -> Hack Nerd Regular
|
Terminal -> Preferences -> Text -> Font -> Hack Nerd Regular
|
||||||
|
|
||||||
12. Make sure essentials is autoloading
|
11. Make sure essentials is autoloading
|
||||||
|
|
||||||
essentials
|
essentials
|
||||||
|
|
||||||
13. Gnome tweaks
|
12. Gnome tweaks
|
||||||
|
|
||||||
Add week numbers to calendar:
|
Add week numbers to calendar:
|
||||||
gsettings set org.gnome.desktop.calendar show-weekdate true
|
gsettings set org.gnome.desktop.calendar show-weekdate true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue