updated README.md with cdbm
This commit is contained in:
parent
311527ab84
commit
ba3c89a377
14
README.md
14
README.md
|
@ -1,16 +1,16 @@
|
|||
Some sane defults for git, zsh (using oh-my-zsh) and vim.
|
||||
|
||||
Install needed packages:
|
||||
Install needed packages:\
|
||||
```apt install git vim zsh```
|
||||
|
||||
From your users root, execute:
|
||||
git clone https://git.24unix.net/tracer/Settings.git
|
||||
From your users root, execute:\
|
||||
```git clone https://git.24unix.net/tracer/Settings.git```
|
||||
|
||||
To install oh-my-sdh run:
|
||||
sh Settings/install.sh
|
||||
To install oh-my-sdh run:\
|
||||
```sh Settings/install.sh```
|
||||
|
||||
To copy the config files run:
|
||||
sh Settings/setuo.sh
|
||||
To copy the config files run:\
|
||||
```sh Settings/setup.sh```
|
||||
|
||||
Also included is cdbm from Mike Schilli, details can be found here:
|
||||
https://www.linux-magazin.de/ausgaben/2019/09/snapshot-18/
|
||||
|
|
Loading…
Reference in New Issue