AugustoQueiroz / .dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

My dotfiles

Using them

Making changes

To keep track of changes through git one way to do it is to clone the repository:

$ git clone https://github.com/AugustoQueiroz/.dotfiles.git

And then creating links in the home directory to the files in the repository. This can be done individually

$ ln -s /path/to/the/repository/.dotfiles/.fileyouwanttouse ~

But to make it quicker I've setup a script that does this for all the files here, simply run

$ ./setup.sh

Getting individual files

If you don't intend to make changes to the files, or don't want those changes to be tracked, you can always download the files directly to your home directory by doing

$ curl -L https://raw.githubusercontent.com/AugustoQueiroz/.dotfiles/master/.fileyouwanttouse > ~/.fileyouwanttouse

About

My dotfiles


Languages

Language:Scheme 63.6%Language:Shell 27.8%Language:Vim Script 3.2%Language:Roff 2.7%Language:Python 2.6%Language:GDScript 0.1%