Thanks to visit codestin.com
Credit goes to github.com

Skip to content

configuration files and scripts for MacOS

License

Notifications You must be signed in to change notification settings

DubitoSystems/dotfiles-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

there are many dotfiles, but these are mine.

These are for Mac. I have a branch for Linux Mint, but that should work on many different distros.

My dotfiles directory sits at ~/dotfiles, each directory includes an relevant install.sh file, you can run all of them by running ./setup.

bin, and functions have the most interesting things here.

Notes:

  • setup sets $ZDOTDIR to ~/dotfiles/zsh/, and symlinks ~/dotfiles/zsh/.zshenv to ~/.zshenv
  • setup sets $ZSH_CUSTOM to ~/dotfiles/zsh/custom, so any additional plugins/themes should be put there (i.e. in ~/dotfiles/zsh/custom/themes)
  • todo creates a todo on the Desktop, todos are listed when a shell is opened

installation

cd # go home
# install developer tools
xcode-select --install
# Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone https://github.com/seanbreckenridge/dotfiles
./dotfiles/setup

About

configuration files and scripts for MacOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 72.5%
  • Python 23.2%
  • Ruby 4.3%