1
0
My Unix config files and shell scripts, optimized for Fedora, Debian, macOS and Windows (in that order).
Go to file
2014-12-05 17:30:44 -08:00
home Stepping up my vim game 2014-12-05 17:17:48 -08:00
.gitmodules Submodules for vim plugins 2014-12-05 17:30:44 -08:00
make-submodules.py Submodules for vim plugins 2014-12-05 17:30:44 -08:00
README.md Initial check-in 2014-02-28 15:42:51 -08:00
setup Fix setup script, add PulseAudio config 2014-11-13 11:52:37 -08:00

Kirsle's Dotfiles

This repo is for my own personal use for syncing my Unix config files and scripts between my various devices. Feel free to look around and learn from my config scripts.

Setup

~$ git clone git@github.com:kirsle/.dotfiles
~$ ./.dotfiles/setup --install

Layout

  • ./setup

    Installation script for the dotfiles. Creates symlinks for everything in ./home into $HOME.

    This will not delete existing files, such as ~/.bashrc. Use the --install option to make it do so.

  • ./home

    Everything in this folder will be symlinked to from your $HOME folder.