Skip to content

.files, including ~/.osx — sensible hacker defaults for OS X

Notifications You must be signed in to change notification settings

hersonls/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

461 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hersonls dotfiles

This is my version from Mathias’s dotfiles

How to install

Using Git and the sync script

You can clone the repository:

git clone git@github.com:hersonls/dotfiles.git && cd dotfiles && source sync.sh

To update, cd into your local dotfiles repository and then:

Install dependences

sh install_deps.sh

Sync dotfiles

source sync.sh

Alternatively, to update while avoiding the confirmation prompt:

set -- -f; source sync.sh

Git-free install

To install these dotfiles without Git:

cd; curl -#L https://github.com/hersonls/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,sync.sh}

To update later on, just run that command again.

Specify the $PATH

If ~/.path exists, it will be sourced along with the other files, before any feature testing (such as detecting which version of ls is being used) takes place.

Here’s an example ~/.path file that adds ~/utils to the $PATH:

export PATH="$HOME/utils:$PATH"

Add custom commands without creating a new fork

If ~/.extra exists, it will be sourced along with the other files. You can use this to add a few custom commands without the need to fork this entire repository, or to add commands you don’t want to commit to a public repository.

Sensible OS X defaults

When setting up a new Mac, you may want to set some sensible OS X defaults:

./.osx

Install Homebrew formulae

When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):

./.brew

Want improve my workflow?

Send a pullrequest to this repo :D

About

.files, including ~/.osx — sensible hacker defaults for OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 69.6%
  • Vim Script 30.2%
  • Python 0.2%