Skip to content

Latest commit

 

History

History
100 lines (84 loc) · 2.06 KB

README.md

File metadata and controls

100 lines (84 loc) · 2.06 KB

My Dotfiles (Vim/NeoVim, Zsh, Alacritty, Hammerspoon, Tig)

Table of Contents

Zsh

Usage

$ ln -snvf $(pwd)/zsh/.zshrc ~/.zshrc

Notice

$ ln -snvf $(pwd)/zsh/starship/starship.toml ~/.config/starship.toml

NeoVim

Usage

NeoVim

$ ln -snvf $(pwd)/neovim ~/.config/nvim

Alacritty

Usage

$ ln -snvf $(pwd)/alacritty/alacritty.yml ~/.config/alacritty/alacritty.yml

LF

Usage

$ ln -snvf $(pwd)/lf ~/.config

Git

Usage

$ 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

Notice

The setting is based on below two rules.

GitUI

Usage

$ ln -snvf $(pwd)/gitui ~/.config

tmux

Usage

$ ln -snvf $(pwd)/tmux/.tmux.conf ~/.tmux.conf

Hammerspoon

Usage

$ ln -snvf $(pwd)/hammerspoon/.hammerspoon ~

Notice

Tig

Usage

$ ln -snvf $(pwd)/tig/.tigrc ~/.tigrc