1
0
My Unix config files and shell scripts, optimized for Fedora, Debian, macOS and Windows (in that order).
Go to file
2016-01-19 16:14:38 -08:00
home Add history shortcut to zshrc 2016-01-19 16:14:38 -08:00
misc Update pyupdatesd to use dnf, add misc configs 2015-05-31 15:08:35 -07:00
zsh Add initial zsh configuration 2015-07-07 15:40:07 -07: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 setup script to work under Python 2.5 2016-01-12 14:15:32 -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.