Tiger-0512 / dotfiles

My Dotfiles (Zsh, Vim/NeoVim, Alacritty, LF, Git, GitUI, tmux, Hammerspoon, Tig)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My Dotfiles (Zsh, Vim/NeoVim, Alacritty, LF, Git, GitUI, tmux, Hammerspoon, Tig)


Languages

Language:Lua 50.2%Language:Vim Script 43.6%Language:Shell 6.2%