Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

dotfiles

A collection of some configuration files. This is inspired by the blog post Scripts I wrote that I use all the time.

Setup

Create a symlink to the files and add it to the PATH

ln -s /path/to/dotfiles/home/bin/bin "$HOME/bin/dotfiles"

# Add "$HOME/bin/dotfiles" to PATH in bashrc
# My dotfiles
if [ -d "$HOME/bin/dotfiles" ]; then
    PATH="$HOME/bin/dotfiles:$PATH"
fi

About

Useful configuration files

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages