update
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
# install fzf ag autojump
|
||||
|
||||
|
||||
```bash
|
||||
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
||||
~/.fzf/install
|
||||
sudo apt install silversearcher-ag
|
||||
sudo apt install autojump
|
||||
echo ". /usr/share/autojump/autojump.sh" >> ~/.zshrc
|
||||
```
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor -y
|
||||
sudo apt-get -y install indicator-sysmonitor
|
||||
sudo apt -y install indicator-sysmonitor
|
||||
|
||||
Reference in New Issue
Block a user