Merge branch 'master' of git.24unix.net:tracer/Settings

This commit is contained in:
tracer 2020-01-06 19:10:06 +01:00
commit 1c34669b25
8 changed files with 11 additions and 9 deletions

2
.zshrc
View File

@ -20,5 +20,5 @@ alias ll="ls -las"
setopt PROMPT_SUBST
export PROMPT='$(cdbm -add)'$PROMPT
function c() { dir=$(cdbm 3>&1 1>&2 2>&3); cd $dir; }
function pb() { echo "$1" | nc pastebin.24unix.net 9999 }

View File

@ -1,7 +1,7 @@
Some sane defults for git, zsh (using oh-my-zsh) and vim.
Some sane defaults for git, zsh (using oh-my-zsh) and vim.
Install needed packages:
```apt install git vim zsh```
```apt install git vim zsh netcat```
From your users root, execute:
```git clone https://git.24unix.net/tracer/Settings.git```
@ -15,12 +15,14 @@ To copy the config files run:
Also included is cdbm from Mike Schilli, details can be found here:
https://www.linux-magazin.de/ausgaben/2019/09/snapshot-18/
![user prompt](images/user_screen.png)
[original image, 1.8M](images/user_screen_original.png)
(included is a precompiled binary for linux AMD64, I'll add source code and macOS version later)
![root shell](images/root_screen.png)
[original image, 1.7M](images/root_screen_original.png)
![user prompt](https://24unix.net/build/images/Settings/user_screen.png)
[original image, 1.8M](https://24unix.net/build/images/Settings/user_screen_original.png)
![vim](images/vi_screen.png)
[original image, 5.9M](images/vi_screen_original.png)
![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)
![vim](https://24unix.net/build/images/Settings/vi_screen.png)
[original image, 5.9M](https://24unix.net/build/images/Settings/vi_screen_original.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 MiB