Hecsall / dotfiles

Dotfiles repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

My personal Dotfiles repository.

Notes

  • This dotifles repo contains a private git submodule to store sensitive data.
  • nano-highlight is also added as a submodule to pull updated Nano syntax highlighting rules.
  • I use Antigen to pull some plugins needed for ZSH
  • git-prompt.zsh is included to provide git prompt customization

Setup

  • Install ZSH

  • Clone this repo under $HOME with this command

    cd $HOME
    git clone --recurse-submodules --shallow-submodules https://github.com/Hecsall/dotfiles .dotfiles
    # Private submodule is checked out as a detached head, so I need to enter and manually checkout master
    cd .dotfiles/private
    git checkout master
  • The install script will create symlinks in your home directory removing existing files, so be sure to backup them first.

  • Read the point above again, just to be sure.

  • Install with ./install.sh

About

Dotfiles repo


Languages

Language:Shell 100.0%