Horia's dotfiles
To set up the dotfiles run the appropriate snippet in the terminal:
OS | Snippet |
---|---|
macOS | bash -c "$(curl -LsS https://raw.github.com/horia-delicoti/dotfiles/master/src/os/setup.sh)" |
Ubuntu |
The dotfiles can be easily extended to suit additional local requirements by using the following files:
The ~/.bash.local
file will be automatically sourced after all
the other Bash related files, thus, allowing its content
to add to or overwrite the existing aliases, settings, PATH
, etc.
The ~/.gitconfig.local
file will be automatically included after
the configurations from ~/.gitconfig
, thus, allowing its content
to overwrite or add to the existing Git configurations.
The ~/.vimrc.local
file will be automatically sourced after
~/.vimrc
, thus, allowing its content to add or overwrite the
settings from ~/.vimrc
.
The ~/.zshrc.local
file will be automatically sourced after
~/.zshrc
, thus, allowing its content to add or overwrite the
settings from ~/.zshrc
.
- iTerm2 + zsh + oh-my-zsh The Most Power Full Terminal on macOS (2021 Guide + macOS Big Sur)
- The definitive iterm2 and oh my zsh setup on macos)
- Dracula theme for applications
The code is available under the MIT license