Skip to content

imderek/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Setup

Clone repo to ~/bin/dotfiles:

mkdir -p ~/bin
cd ~/bin
git clone git@github.com:imderek/dotfiles.git

Bash

In ~/.bash_profile add:

if [ -f ~/.bashrc ];
then
    source ~/.bashrc
fi

In ~/.bashrc add:

. ~/bin/dotfiles/bashrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages