Skip to content

eschwabe/dotfiles

Repository files navigation

Dotfiles

Overview

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.

Installation

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

Customization

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.

References

About

System Configuration and Plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published