Skip to content

Latest commit

 

History

98 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Details

This repo installs

Files:

  • ~/.ejb/dotfiles - a clone of this repo

Install

# create dir and clone repo
if [ ! -d "$HOME/.ejb/dotfiles" ]; then
  mkdir $HOME/.ejb
  git clone https://github.com/evanjbowling/dotfiles.git $HOME/.ejb/dotfiles
  echo "Created $HOME/.ejb/dotfiles"
fi

# run the install script, then open a new terminal for the changes to take effect
$HOME/.ejb/dotfiles/install.sh

Update

cd ~/.ejb/dotfiles
git pull > /dev/null 2>&1
git reset --hard origin/master > /dev/null 2>&1

Development

Test

./devbin/run                      # tests master
./devbin/run some-branch-name     # tests a pushed branch/ref instead

Snippets

~/.ssh/config

# Example for other systems
#Host dev
#    HostName dev.example.com
#    Port 22000
#    User louie

Host github.com
    IdentityFile ~/.ssh/id_rsa

Copyright

Copyright (c) Evan Bowling. See LICENSE.

About

Personal dotfiles collection.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages