This commit is contained in:
parent
9146567c01
commit
cfda6bb9bd
|
@ -1,6 +1,8 @@
|
||||||
## Packages
|
## Packages
|
||||||
`sudo apt-get install python-pip p7zip-full smplayer cmus speedtest-cli zsh curl wget git git-gui filezilla pavucontrol ufw servefile nmap`
|
```bash
|
||||||
`pip install youtube-dl`
|
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
|
||||||
|
```
|
||||||
|
|
||||||
## Web installs
|
## Web installs
|
||||||
- docker #https://download.docker.com
|
- docker #https://download.docker.com
|
||||||
|
@ -9,13 +11,15 @@
|
||||||
- syncthing #https://apt.syncthing.net/
|
- syncthing #https://apt.syncthing.net/
|
||||||
|
|
||||||
## Change history-size
|
## Change history-size
|
||||||
`HISTSIZE=10000
|
```bash
|
||||||
HISTFILESIZE=20000`
|
HISTSIZE=10000
|
||||||
|
HISTFILESIZE=20000
|
||||||
|
```
|
||||||
|
|
||||||
## 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 | sudo apt remove gnome-shell-extension-ubuntu-dock # https://github.com/micheleg/dash-to-dock/issues/643
|
||||||
- suspend button
|
- suspend button
|
||||||
|
|
||||||
## Shortcuts
|
## Custom shortcuts
|
||||||
systemctl suspend
|
systemctl suspend
|
Loading…
Reference in New Issue
Block a user