Skip to content
/ dotfiles Public
forked from holman/dotfiles

My dotfiles

License

Notifications You must be signed in to change notification settings

eexit/dotfiles

 
 

Repository files navigation

eexit dotfiles

Forked from https://github.com/holman/dotfiles. Cleaned and fed up to fit my needs.

screenshot.png

Installation

Change you login shell first:

chsh -s $(which zsh) && exit

Install Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Add a Github API token for HOMEBREW_GITHUB_API_TOKEN env var to avoid brew to hit Github API limits in ~/.localrc

Run this:

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

Things you don't want to share

Put any env variables, Github token env vars, etc. in ~/.localrc and any other script sourcing that you won't share in ~/.extrarc.

SSH Config

The SSH configuration should be as following:

chmod 600 ~/.ssh/*
chmod 700 ~/.ssh ~/.ssh/known_hosts ~/.ssh/cm_socket
chmod 644 ~/.ssh/*.pub

Languages

  • Shell 68.1%
  • Ruby 27.9%
  • AppleScript 3.4%
  • JavaScript 0.6%