Personal dotfile configurations for MacOS and Linux. The repository is setup to be installed in your $HOME directory. The dotfiles include configuration for zsh, vim, fonts, git, and other tools. The dotfiles are installed and managed with git.
Dotfiles are installed using git commands. See this tutorial for details https://www.atlassian.com/git/tutorials/dotfiles.
git clone --bare https://github.com/eschwabe/dotfiles.git $HOME/.dotfiles
alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no
Additional shell (bash or zsh) files may be added to the ~/.profile.d directory. Anyfiles will be automatically sourced.
Executable scripts amy be added to $HOME/.local/bin
.