Skip to content

msuzoagu/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Draws heavily from Zack Holman's dotfiles as well as Derek M Franks' dotfiles.

On macOS leave system version of softwares alone and use Homebrew to install packages/software needed

Gettting Started

To get started:

git clone https://github.com/msuzoagu/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap

Organization

  1. supported shell is Zsh

  2. Everything is built around topic areas. If you're adding a new area to the forked dotfiles — say, "Java" — you can simply add a java directory and put files in there

  3. Anything with an extension of .zsh is automatically loaded into your shell

  • In zsh/zshrc.symlink, we read and execute all files with .zsh extension via source command
  1. Anything with an extension of .symlink gets symlinked into $HOME when you run script/bootstrap. Read install_dotfiles function in script/bootstrap

  2. Anything in bin/** gets added to your $PATH. Read zsh/fpath.zsh as well as zsh/config.zsh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors