1
0
My Unix config files and shell scripts, optimized for Fedora, Debian, macOS and Windows (in that order).
Go to file
2016-09-20 15:40:25 -07:00
home Clean up .editorconfig 2016-09-20 15:40:25 -07:00
misc Add sample .gtkrc-2.0 for panel text colors 2016-05-30 22:38:53 -07:00
zsh Add initial zsh configuration 2015-07-07 15:40:07 -07:00
.gitignore Add Minecraft backup cron script 2016-03-21 19:10:52 +00:00
.gitmodules Add initial zsh configuration 2015-07-07 15:40:07 -07: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 ssh config permission after install 2016-06-15 18:00:03 -07: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.