Update 2020

This commit is contained in:
Marco D'Agostini 2020-12-16 19:16:51 -05:00
parent a050f574a9
commit b5866e4701

View File

@ -10,7 +10,7 @@ sudo apt update && sudo apt upgrade -y
```bash ```bash
sudo apt-get install python3-pip zsh curl wget git sudo apt-get install python3-pip zsh curl wget git
sudo apt-get install p7zip-full smplayer cmus speedtest-cli git-gui filezilla pavucontrol ufw servefile nmap fail2ban gimp most colordiff mosh dconf-editor ncdu qcalc jq tor fonts-noto nautilus-actions filemanager-actions & sudo apt-get install p7zip-full smplayer cmus speedtest-cli git-gui filezilla pavucontrol paprefs ufw servefile nmap fail2ban gimp most colordiff mosh dconf-editor ncdu qcalc jq tor fonts-noto nautilus-actions filemanager-actions thunderbird chrome-gnome-shell gnome-tweaks &
pip3 install youtube-dl tldr pip3 install youtube-dl tldr
``` ```
@ -95,6 +95,12 @@ Install bass, then configure these functions
### Zsh - Edit ~/.zshrc ### Zsh - Edit ~/.zshrc
#### Add `~/.local/bin` to PATH
```bash
export PATH=$HOME/.local/bin:$PATH
```
#### Add shortcut "Alt+:" [to iterate through arguments](https://stackoverflow.com/questions/4009412/how-to-use-arguments-from-previous-command/55069846#55069846) #### Add shortcut "Alt+:" [to iterate through arguments](https://stackoverflow.com/questions/4009412/how-to-use-arguments-from-previous-command/55069846#55069846)
```bash ```bash
@ -137,7 +143,7 @@ export PAGER=most
#### Enable zsh plugins #### Enable zsh plugins
```bash ```bash
plugins=(git zsh-syntax-highlighting autoswitch_virtualenv) plugins=(git zsh-syntax-highlighting zsh-autosuggestions)
``` ```
**Note:** Probably need to install them first **Note:** Probably need to install them first