Refine dotfiles installer and tmux config
This commit is contained in:
23
README.md
23
README.md
@@ -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`).
|
||||
|
||||

|
||||
[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/
|
||||
|
||||

|
||||
[original image, 5.9M](https://24unix.net/build/images/Settings/vi_screen_original.png)
|
||||
|
||||
CHANGES:
|
||||
|
||||
added brew instal …
|
||||
removed lsd from precompiled Darwin binaries
|
||||
|
||||
Reference in New Issue
Block a user