A collection of configuration to be used across computers.
You should have GNU Stow installed. There is a package for brew, apt, pacman and yum (and possibly others as well, since it is pure perl). Also, the atom text editor should of course be installed if you want to use the configuration for it - also the make tasks won't work if it is not installed. To have the bash prompt operational, install (git-radar)[https://github.com/michaeldfallen/git-radar].
Clone the directory into a subfolder of the home directory
git clone https://github.com/geidies/dotfiles.git ~/dotfiles
Prepare the installation by checking out the submodules (vim plugins) and installing the atom packages. This is also done my the default target in the Makefile:
make
After that, you can use stow
to symlink the various folders into your home dir.
stow vim
stow bash
stow completions
# etc...
Or simply install all the symlinks:
make install