2020-01-03 12:10:21 +01:00
|
|
|
Some sane defults for git, zsh (using oh-my-zsh) and vim.
|
|
|
|
|
2020-01-03 12:42:06 +01:00
|
|
|
Install needed packages:
|
2020-01-03 12:33:11 +01:00
|
|
|
```apt install git vim zsh```
|
2020-01-03 12:10:21 +01:00
|
|
|
|
2020-01-03 12:41:05 +01:00
|
|
|
From your users root, execute:
|
2020-01-03 12:36:50 +01:00
|
|
|
```git clone https://git.24unix.net/tracer/Settings.git```
|
2020-01-03 12:10:21 +01:00
|
|
|
|
2020-01-03 12:42:06 +01:00
|
|
|
To install oh-my-sdh run:
|
2020-01-03 12:36:50 +01:00
|
|
|
```sh Settings/install.sh```
|
2020-01-03 12:10:21 +01:00
|
|
|
|
2020-01-03 12:42:06 +01:00
|
|
|
To copy the config files run:
|
2020-01-03 12:36:50 +01:00
|
|
|
```sh Settings/setup.sh```
|
2020-01-03 12:10:21 +01:00
|
|
|
|
|
|
|
Also included is cdbm from Mike Schilli, details can be found here:
|
|
|
|
https://www.linux-magazin.de/ausgaben/2019/09/snapshot-18/
|
2020-01-03 13:25:12 +01:00
|
|
|
|
|
|
|
![user prompt](user_screen.png)
|
|
|
|
|
|
|
|
![root shell](root_screen.png)
|
|
|
|
|
|
|
|
|
|
|
|
![vim](vi_screen.png)
|
|
|
|
|