Skip to content

Jarrku/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dot Files

# Make a directory:
mkdir ~/bin

# Change into new directory:
cd ~/bin

# Git clone this repo:
git clone git://github.com/jarrku/dotfiles.git

# Create/validate existence for a file called .bashrc:
cp root-files/.bashrc  ~/.bashrc

# Create/validate existence for a file called .bash_profile:
cp root-files/.bash_profile  ~/.bash_profile

# Add a GitHub Auth token to the newly created ~/.bash_profile file

# Run .bash_profile:
. ~/.bash_profile

screen shot 2014-12-05 at 3 22 04 pm

screen shot 2014-12-05 at 3 27 14 pm

About

Simple dotfiles for winning at git ❗

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 93.9%
  • JavaScript 6.1%