Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

purarue/mac-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

227 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repo is not updated anymore, my dotfiles repo works on MacOS/Linux. It checks the OS and installs packages properly; calls out to wrapper scripts to handle cross platform functionality.

-- OLD README BELOW --

there are many dotfiles, but these are mine.

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

bin has the most interesting things here, you can read its README for descriptions.

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 (Mac)

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/purarue/mac-dotfiles dotfiles
./dotfiles/setup

About

configuration files and scripts for MacOS

Topics

Resources

License

Stars

Watchers

Forks

Contributors