Skip to content

horia-delicoti/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Horia's dotfiles

Table of Contents

Setup

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

Customize

Local Settings

The dotfiles can be easily extended to suit additional local requirements by using the following files:

~/.bash.local

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.

~/.gitconfig.local

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.

~/.vimrc.local

The ~/.vimrc.local file will be automatically sourced after ~/.vimrc, thus, allowing its content to add or overwrite the settings from ~/.vimrc.

~/.zshrc.local

The ~/.zshrc.local file will be automatically sourced after ~/.zshrc, thus, allowing its content to add or overwrite the settings from ~/.zshrc.

Useful links

License

The code is available under the MIT license