Skip to content

evanjbowling/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Details

This repo installs

Files:

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

Install

# create dir and clone repo
mkdir ~/.ejb
git clone https://github.com/evanjbowling/dotfiles.git ~/.ejb/dotfiles

# add the following to .bashrc or equivalent
echo 'if [ -f "$HOME/.ejb/dotfiles/.bash_ejb" ]; then' >> ~/.bashrc
echo '  . "$HOME/.ejb/dotfiles/.bash_ejb"' >> ~/.bashrc
echo 'fi' >> ~/.bashrc

Development

Test

./devbin/run

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages