Skip to content

uncon/dotfiles

Repository files navigation

dotfiles

My Dot Files

Installation

  1. Clone the repository:

    git clone --recursive https://github.com/uncon/dotfiles.git "${HOME}/.dotfiles"
    
  2. Create symlinks:

    for rcfile in "${HOME}"/.dotfiles/dotfiles/*; do
      ln -s "${rcfile}" "${HOME}/.${rcfile:t}"
    done
    
  3. Install Oh-My-Zsh:

    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
    
  4. Install Starship

    echo '\n# Starship\neval "$(starship init zsh)"\n' >> "${HOME}/.zshrc"
    

Updating

cd "${HOME}/.dotfiles" && git pull && git submodule update --init --recursive && git submodule foreach git checkout master && git submodule foreach git pull && git submodule status

Notes

  • 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'

About

My Dot Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors