dotfiles/README.md

29 lines
1.0 KiB
Markdown
Raw Normal View History

2020-01-04 17:16:10 +01:00
Some sane defaults for git, zsh (using oh-my-zsh) and vim.
2020-01-03 12:10:21 +01:00
2020-01-03 12:42:06 +01:00
Install needed packages:
2020-01-04 17:13:44 +01:00
```apt install git vim zsh netcat```
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
2020-01-04 17:40:33 +01:00
(included is a precompiled binary for linux AMD64, I'll add source code and macOS version later)
2020-01-04 17:16:10 +01:00
![user prompt](https://24unix.net/build/images/Settings/user_screen.png)
2020-01-04 17:13:44 +01:00
[original image, 1.8M](https://24unix.net/build/images/Settings/user_screen_original.png)
2020-01-03 13:25:12 +01:00
2020-01-04 17:16:10 +01:00
![root shell](https://24unix.net/build/images/Settings/root_screen.png)
[original image, 1.7M](https://24unix.net/build/images/Settings/root_screen_original.png)
2020-01-03 13:25:12 +01:00
2020-01-04 17:13:44 +01:00
![vim](https://24unix.net/build/images/Settings/vi_screen.png)
[original image, 5.9M](https://24unix.net/build/images/Settings/vi_screen_original.png)
2020-01-03 13:25:12 +01:00