Skip to content

deepredsky/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a44e3a Â· Feb 13, 2025
Nov 8, 2017
Nov 17, 2024
Feb 13, 2025
Jun 14, 2017
Nov 17, 2024
Sep 5, 2021
Nov 17, 2024
May 2, 2018
Nov 17, 2024
Apr 25, 2023
Mar 22, 2017
Mar 22, 2017
Jun 15, 2017
Apr 16, 2023
Oct 7, 2018
Oct 5, 2018
Aug 26, 2022
Mar 22, 2017
Jun 20, 2023
Sep 5, 2021
Aug 8, 2020
Mar 1, 2024
Aug 8, 2020
Nov 17, 2024
May 5, 2023
Jul 1, 2018
Sep 5, 2021
Apr 25, 2023
Nov 17, 2024
Nov 17, 2024

Repository files navigation

Dot Files

These are config files to set up a system the way I like it.

Installation

Run the following commands in your terminal. It will prompt you before it does anything destructive.

git clone git://github.com/deepredsky/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install

After installing, open a new terminal window to see the effects.

Uninstall

To remove the dotfile configs, run the following commands. Be certain to double check the contents of the files before removing so you don't lose custom settings.

unlink ~/.bin
unlink ~/.gitignore
unlink ~/.gemrc
unlink ~/.irbrc
unlink ~/.vim
unlink ~/.vimrc
rm ~/.gitconfig
rm -rf ~/.dotfiles
chsh -s /bin/bash # change back to Bash if you want

Then open a new terminal window to see the effects.

Based on https://github.com/ryanb/dotfiles