Refine dotfiles installer and tmux config

This commit is contained in:
2026-03-27 21:34:52 +01:00
parent 993e307bd3
commit 5f667a5da8
18 changed files with 185 additions and 782 deletions

View File

@@ -1,26 +1,20 @@
Some sane defaults for git, zsh (using oh-my-zsh) and vim.
Some sane defaults for git, zsh (using oh-my-zsh), vim and tmux.
Install needed packages:
Linux:
```apt install git vim zsh```
```apt install git vim zsh lsd tmux```
macOS:
```brew install git vim zsh lsd```
```brew install git vim lsd tmux```
From your users home directory (~/), execute:
```git clone git@git.24unix.net:tracer/dotfiles.git .config/dotfiles```
```git clone gitea@git.24unix.net:tracer/dotfiles.git .config/dotfiles```
To install oh-my-zsh run:
To install oh-my-zsh and symlink the config files run:
```sh .config/dotfiles/install.sh```
To copy the config files run:
```sh .config/dotfiles/setup.sh```
Also included is cdbm from Mike Schilli, details can be found here:
https://www.linux-magazin.de/ausgaben/2019/09/snapshot-18/
(included is a precompiled binary for Linux AMD64, Darwin (macOS) and the source code)
This replaces the managed dotfiles in your home directory (`.zshrc`, `.zprofile`, `.vimrc`, `.gitconfig`, `.p10k.zsh`, and `~/.config/tmux`).
![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)
@@ -30,8 +24,3 @@ https://www.linux-magazin.de/ausgaben/2019/09/snapshot-18/
![vim](https://24unix.net/build/images/Settings/vi_screen.png)
[original image, 5.9M](https://24unix.net/build/images/Settings/vi_screen_original.png)
CHANGES:
added brew instal …
removed lsd from precompiled Darwin binaries