added statusline

This commit is contained in:
2026-03-29 13:13:00 +02:00
parent a4007a1c34
commit 8b3c1acbd3
3 changed files with 55 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
Some sane defaults for git, zsh (using oh-my-zsh), vim and tmux.
Some sane defaults for git, zsh (using oh-my-zsh), kitty, neovim and tmux.
Install needed packages:
Linux:
```apt install git vim zsh lsd tmux```
```apt install git neovim zsh lsd tmux```
macOS:
```brew install git vim lsd tmux```
```brew install git neovim lsd tmux```
From your users home directory (~/), execute:
```git clone gitea@git.24unix.net:tracer/dotfiles.git .config/dotfiles```
@@ -14,7 +14,7 @@ From your users home directory (~/), execute:
To install oh-my-zsh and symlink the config files run:
```sh .config/dotfiles/install.sh```
This replaces the managed dotfiles in your home directory (`.zshrc`, `.zprofile`, `.vimrc`, `.gitconfig`, `.p10k.zsh`, and `~/.config/tmux`).
This replaces the managed dotfiles in your home directory (`.zshrc`, `.zprofile`, `.gitconfig`, `.p10k.zsh`, `~/.config/kitty`, `~/.config/nvim`, 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)