Merge branch 'master' of github.com:LinuxIsCool/configuration
This commit is contained in:
commit
add80b3c2b
14
README.md
14
README.md
|
|
@ -24,23 +24,21 @@ To install:
|
||||||
cd configuration
|
cd configuration
|
||||||
sh stow
|
sh stow
|
||||||
|
|
||||||
5. Install autojump
|
|
||||||
|
|
||||||
sudo apt install python
|
|
||||||
git clone git@github.com:wting/autojump.git && cd autojump && python install.py
|
|
||||||
|
|
||||||
|
5. Install fisher and run to autoload all the fish plugins
|
||||||
6. Run fisher to autoload all the fish plugins
|
|
||||||
|
|
||||||
fisher
|
curl -sL https://git.io/fisher | source && fisher install (cat ~/.config/fish/fish_plugins)
|
||||||
|
|
||||||
|
|
||||||
7. Install fzf
|
6. Install fzf through neovim
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
7. Install autojump
|
||||||
|
|
||||||
|
sudo apt install python
|
||||||
|
git clone git@github.com:wting/autojump.git && cd autojump && python install.py
|
||||||
|
|
||||||
8. Install virtualfish
|
8. Install virtualfish
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue