dotfiles/README.md

27 lines
717 B
Markdown
Raw Normal View History

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](images/user_screen.png)
[original image, 1.8M](images/user_screen_original.png)
2020-01-03 13:25:12 +01:00
![root shell](root_screen.png)
[original image, 1.7M](images/root_screen_original.png)
2020-01-03 13:25:12 +01:00
![vim](vi_screen.png)
[original image, 5.9M](images/vi_screen_original.png)
2020-01-03 13:25:12 +01:00