My personal dotfiles for Ubuntu and MacOS
The configuration is based on the following assumptions:
XDG_*
variables are set according to XDG Base Directory Specification:XDG_CONFIG_HOME
:~/.config
XDG_DATA_HOME
:~/.local/share
XDG_CACHE_HOME
:~/.cache
- Some additional variables are set:
ZDOTDIR
:$XDG_CONFIG_HOME/zsh
ZSH
:$XDG_DATA_HOME/oh-my-zsh
ZSH_CACHE_DIR
:$XDG_CACHE_HOME/zsh
- ZSH config files located under
$ZDOTDIR
. - Oh My Zsh files located under
$ZSH
. ~/.zshenv
is a symbolic link pointing to$ZDOTDIR/.zshenv
.
To set custom (i.e., user- or machine-specific) environment variables or to override the defaults, use the file $ZDOTDIR/custom.zshenv
.
Run the following command in your terminal to install:
bash <(curl -sSf https://raw.githubusercontent.com/mgarciadelojo/dotfiles/master/install.sh)
Just run the below command to install all the dependencies for Mac Os X:
bash <(curl -sSf https://raw.githubusercontent.com/mgarciadelojo/dotfiles/master/brew.sh)