27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
Some sane defaults for git, zsh (using oh-my-zsh), kitty, Karabiner-Elements, neovim and tmux.
|
|
|
|
Install needed packages:
|
|
|
|
Linux:
|
|
```apt install git neovim zsh lsd tmux```
|
|
|
|
macOS:
|
|
```brew install git neovim lsd tmux```
|
|
|
|
From your users home directory (~/), execute:
|
|
```git clone gitea@git.24unix.net:tracer/dotfiles.git .config/dotfiles```
|
|
|
|
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`, `.gitconfig`, `.p10k.zsh`, `~/.config/kitty`, `~/.config/nvim`, and `~/.config/tmux`). On macOS it also links `~/.config/karabiner`.
|
|
|
|

|
|
[original image, 1.8M](https://24unix.net/build/images/Settings/user_screen_original.png)
|
|
|
|

|
|
[original image, 1.7M](https://24unix.net/build/images/Settings/root_screen_original.png)
|
|
|
|

|
|
[original image, 5.9M](https://24unix.net/build/images/Settings/vi_screen_original.png)
|