This commit is contained in:
parent
cfda6bb9bd
commit
5c7e79a524
|
@ -1,4 +1,9 @@
|
||||||
## Packages
|
## Update & Upgrade
|
||||||
|
```bash
|
||||||
|
sudo apt update && sudo apt upgrade -y
|
||||||
|
```
|
||||||
|
|
||||||
|
## Install Packages
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install python-pip p7zip-full smplayer cmus speedtest-cli zsh curl wget git git-gui filezilla pavucontrol ufw servefile nmap
|
sudo apt-get install python-pip p7zip-full smplayer cmus speedtest-cli zsh curl wget git git-gui filezilla pavucontrol ufw servefile nmap
|
||||||
pip install youtube-dl
|
pip install youtube-dl
|
||||||
|
@ -6,20 +11,37 @@ pip install youtube-dl
|
||||||
|
|
||||||
## Web installs
|
## Web installs
|
||||||
- docker # https://download.docker.com
|
- docker # https://download.docker.com
|
||||||
- sublimetext #https://download.sublimetext.com/
|
- VSCode # https://code.visualstudio.com/
|
||||||
- chrome # https://www.chrome.com/
|
- chrome # https://www.chrome.com/
|
||||||
- syncthing # https://apt.syncthing.net/
|
- syncthing # https://apt.syncthing.net/
|
||||||
|
|
||||||
## Change history-size
|
## Edit ~/.zshrc
|
||||||
|
### Change history-size
|
||||||
```bash
|
```bash
|
||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
HISTFILESIZE=20000
|
HISTFILESIZE=20000
|
||||||
```
|
```
|
||||||
|
### Add shortcut "Alt+:" [to iterate through arguments](https://medium.com/r/?url=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F4009412%2Fhow-to-use-arguments-from-previous-command%2F55069846%2355069846)
|
||||||
|
```bash
|
||||||
|
autoload -Uz copy-earlier-word
|
||||||
|
zle -N copy-earlier-word
|
||||||
|
bindkey "^[:" copy-earlier-word
|
||||||
|
```
|
||||||
|
|
||||||
|
### Enable most
|
||||||
|
```bash
|
||||||
|
export PAGER=most
|
||||||
|
```
|
||||||
|
|
||||||
## Gnome extensions
|
## Gnome extensions
|
||||||
- Caffeine
|
- Caffeine
|
||||||
- Dash to dock | sudo apt remove gnome-shell-extension-ubuntu-dock # https://github.com/micheleg/dash-to-dock/issues/643
|
- Dash to dock https://extensions.gnome.org/extension/307/dash-to-dock/ `sudo apt remove gnome-shell-extension-ubuntu-doc` https://github.com/micheleg/dash-to-dock/issues/643
|
||||||
- suspend button
|
- suspend button NetSpeed https://extensions.gnome.org/extension/104/netspeed/
|
||||||
|
- NetSpeed https://extensions.gnome.org/extension/104/netspeed/
|
||||||
|
|
||||||
## Custom shortcuts
|
## Custom shortcuts
|
||||||
systemctl suspend
|
- `systemctl suspend`
|
||||||
|
- Cmus https://medium.com/@madacol/configure-cmus-music-player-on-the-terminal-in-ubuntu-3c513d2d2cd0
|
||||||
|
|
||||||
|
## StartUp
|
||||||
|
- Cmus `gnome-terminal -- cmus`
|
Loading…
Reference in New Issue
Block a user