My Dot Files
-
Clone the repository:
git clone --recursive https://github.com/uncon/dotfiles.git "${HOME}/.dotfiles" -
Create symlinks:
for rcfile in "${HOME}"/.dotfiles/dotfiles/*; do ln -s "${rcfile}" "${HOME}/.${rcfile:t}" done -
Install Oh-My-Zsh:
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -
Install Starship
echo '\n# Starship\neval "$(starship init zsh)"\n' >> "${HOME}/.zshrc"
cd "${HOME}/.dotfiles" && git pull && git submodule update --init --recursive && git submodule foreach git checkout master && git submodule foreach git pull && git submodule status
- When using iTerm2, it is important to do the following in your profile
- disable 'Draw bold text in bright colors'
- set 'Report Terminal Type' to 'xterm-256color'