8000 GitHub - brettmostert/dotfiles-old: This is a collection of dotfiles I use on my laptops, which set up handy command line things like colouring, git branch autocompletion etc.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is a collection of dotfiles I use on my laptops, which set up handy command line things like colouring, git branch autocompletion etc.

License

Notifications You must be signed in to change notification settings

brettmostert/dotfiles-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot files

This is a collection of dot files I use on my laptops, which set up useful command line things like:

  • handy aliases such as ll (see the .aliases file for a full list)

Not invented here

This repo was inspired by https://github.com/mathiasbynens/dotfiles> and https://github.com/katzien/dotfiles

Setup

  1. Clone this repo anywhere on your machine, e.g. your home directory.

  2. If you did not put the dotfiles directory in your home directory, adjust the value of $dotfiles_dir in .dotfiles_main to the location of your the dotfiles directory.

  3. Check if you have a .bash_profile file in your home directory. If not, create it.

  4. Add the following to your .bash_profile, adjusting the path to your dotfiles directory if necessary:

if [ -f ~/dotfiles/.dotfiles_main ]; then
  . ~/dotfiles/.dotfiles_main
fi
  1. Source your .bash_profile file by running . ~/.bash_profile. You might have to restart any open command line sessions for the changes to kick in.

  2. To load the .vimrc file, create a symlink from your home directory called .vimrc pointing to ~/dotfiles/.vimrc (adjust the path to your dotfiles directory if necessary).

e.g.

ln -s /Users/kat/dotfiles/.vimrc /Users/kat/.vimrc

About

This is a collection of dotfiles I use on my laptops, which set up handy command line things like colouring, git branch autocompletion etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0