Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

mathatan/old_dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

Requirements

  • Mac OS X El Capitan
  • Xcode
  • Homebrew

Installation

git clone https://github.com/junkw/dotfiles.git /path/to/local/repo
cd /path/to/local/repo
[email protected] rake

export HOMEBREW_CASK_OPTS="--appdir=/Applications"
brew tap Homebrew/bundle
brew bundle
brew link --force openssl
brew link --force sqlite
brew link --force texinfo
brew linkapps emacs-mac
brew linkapps mpv

cd /Applications
mv -f /opt/homebrew-cask/Caskroom/google-chrome/latest/Google\ Chrome.app .
mv -f /opt/homebrew-cask/Caskroom/firefox-ja/latest/Firefox.app .
defaults write com.apple.dock ResetLaunchPad -bool true && killall Dock

export SHELL=/usr/local/bin/zsh
echo $SHELL | sudo tee -a /etc/shells
chsh -s $SHELL
exec $SHELL -l

About

my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 38.3%
  • Ruby 36.0%
  • Vim Script 17.1%
  • Python 8.6%