dotfiles managed by bare git
- git
- curl
- zsh (installing zsh is not fully implemented)
- miniconda (optional)
It uses git bare repository
bash -c "$(curl -fsSL https://raw.githubusercontent.com/kwonj/dotfiles/master/.scripts/install.sh)"
-
when Nerd Font is not installed
- run
p10k configure(it installs the font first)
- run
-
Create new empty dotfiles git
git init --bare $HOME/.dotfiles alias dotgit="/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME" dotgit config --local status.showUntrackedFiles nonext step: add, commit, push, ...