My Unix config files and shell scripts, optimized for Fedora, Debian, macOS and Windows (in that order).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Noah 81790064b4 Add backup-check script to detect bit rot 8 years ago
home Add backup-check script to detect bit rot 8 years ago
misc Update pyupdatesd to use dnf, add misc configs 8 years ago
zsh Add initial zsh configuration 8 years ago
.gitmodules Add initial zsh configuration 8 years ago
README.md Initial check-in 9 years ago
make-submodules.py Submodules for vim plugins 8 years ago
setup Run git submodule commands in setup script 8 years ago

README.md

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.