Skip to content

evie404/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

idk... collection of bash aliases mostly to make sure typos don't get into the way of productivity™.

Installation

I typically store projects under ~/workspace, but feel free to put this wherever you want.

1. Git clone to your workspace

cd ~/workspace && git clone https://github.com/evie404/dotfiles.git

2. Add this line to your bash profile:

[[ -s "${HOME}/workspace/dotfiles/evie.bash" ]] && source "${HOME}/workspace/dotfiles/evie.bash"

-or-

echo '[[ -s "${HOME}/workspace/dotfiles/evie.bash" ]] && source "${HOME}/workspace/dotfiles/evie.bash"' > ~/.bash_profile

for the lazy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages