Skip to content

daveconnis/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Use Homebrew

brew install wget
wget --no-check-certificate https://github.com/daveconnis/dotfiles/raw/master/tools/install.sh -O - | sh

This install script might not work. Also, we're using Oh-my-zsh which changes the file structure, so do this instead.

  1. Create a .zshrc file that contains the ZSH files here, aka all the aliases, prompts, editor, etc.

  2. Bin files can go into the .oh-my-zsh git folder as new files.

  3. In .zshrc, be sure to link the RPROMPT path to where the git-cwd-info lives and also give the appropriate access permissions by running sudo chmod 755 'filename'

  4. Update line 8 in git-cwd-info to use git symbolic-ref -q HEAD | sed -e 's|^refs/heads/||' instead of default.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages