Joedang / dotfiles

Used to synchronize configuration files between my machines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This is used to synchronize configuration files between my machines. It's also expanded in scope to store a "few" really handy scripts/commands. Some of these could probably be turned into m_I_n_I_m_A_l___S_o_F_t_W_a_R_e packages.

Symbolically link to the things you (I) want like ln -s ~/dotfiles/.bashrc ~/.bashrc. Don't forget to push and pull things appropriately, so you're (I'm) not caught without biz.

Structure

The Git repo is normally in ~/src/dotfiles. config/ holds configuration files which get linked to from ~/.config/. Loose configuration files live in the root directory of the repo. They get linked to from $HOME. bin/ holds executable stuff (scripts) and gets added to $PATH. Machine specific stuff should go in ~/.local/, which has its own versions of the important loose configs and bin/.

About

Used to synchronize configuration files between my machines.


Languages

Language:Shell 75.3%Language:R 8.0%Language:Vim Script 7.2%Language:Python 5.4%Language:Perl 2.8%Language:AutoHotkey 1.0%Language:Emacs Lisp 0.2%Language:sed 0.1%Language:JavaScript 0.0%