dotfiles/README.md

38 lines
1.2 KiB
Markdown
Raw Permalink 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
2023-04-04 19:43:59 +02:00
Install needed packages:
Linux:
2023-04-04 19:45:44 +02:00
```apt install git vim zsh```
2020-01-03 12:10:21 +01:00
2023-04-04 19:43:59 +02:00
macOS:
2023-04-05 17:36:49 +02:00
```brew install git vim zsh lsd```
2023-04-04 19:43:59 +02:00
2023-04-04 19:47:21 +02:00
From your users home directory (~/), execute:
2023-04-04 19:29:05 +02:00
```git clone git@git.24unix.net:tracer/dotfiles.git .config/dotfiles```
2020-01-03 12:10:21 +01:00
2022-07-05 13:19:50 +02:00
To install oh-my-zsh run:
2023-04-04 19:29:05 +02:00
```sh .config/dotfiles/install.sh```
2020-01-03 12:10:21 +01:00
2020-01-03 12:42:06 +01:00
To copy the config files run:
2023-04-04 19:29:05 +02:00
```sh .config/dotfiles/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
(included is a precompiled binary for Linux AMD64, Darwin (macOS) and the source code)
2020-01-04 17:40:33 +01:00
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
2023-04-04 19:40:00 +02:00
CHANGES:
added brew instal …
2023-04-05 17:36:49 +02:00
removed lsd from precompiled Darwin binaries