Skip to content

cshenanigans/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Coming soon...

Install things

Install XCode

http://railsapps.github.io/xcode-command-line-tools.html

Install Homebrew

https://brew.sh/

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install packages

brew install thefuck
brew install coreutils
brew install ack
...

Install emacs

https://emacsformacosx.com/

or

brew cask install emacs

Alias things

Alias bash profile

Add the following lines to ~/.bash_profile:

source ~/dotfiles/bash_profile

Alias bashrc

Add the following lines to .bashrc:

for f in ~/dotfiles/bashrc/*; do source	$f; done

Alias emacs init

ln -s ~/dotfiles/emacs/init.el ~/.emacs.d/init.el
ln -s ~/dotfiles/emacs/emacs-quick ~/.emacs-quick

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors