$ ln -snvf $(pwd)/zsh/.zshrc ~/.zshrc
- Before use, please install zinit.
- In this setting, I use aura-theme. You can use this theme with its installation guide.
- Also, I use Starship Prompt. The below command sets my starship settings.
$ ln -snvf $(pwd)/zsh/starship/starship.toml ~/.config/starship.toml
NeoVim
$ ln -snvf $(pwd)/neovim ~/.config/nvim
$ ln -snvf $(pwd)/alacritty/alacritty.yml ~/.config/alacritty/alacritty.yml
$ ln -snvf $(pwd)/lf ~/.config
$ mkdir -p ~/.config/git
# Global gitignore
$ cp ./dotfiles/git/ignore ~/.config/git
# Settings for conventional commits
$ cp ./dotfiles/git/conventional-commits-template ~/.config/git
$ git config --global commit.template ~/.config/git/conventional-commits-template
The setting is based on below two rules.
$ ln -snvf $(pwd)/gitui ~/.config
$ ln -snvf $(pwd)/tmux/.tmux.conf ~/.tmux.conf
$ ln -snvf $(pwd)/hammerspoon/.hammerspoon ~
- Part of the setting is forked from awesome-hammerspoon.
$ ln -snvf $(pwd)/tig/.tigrc ~/.tigrc