Skip to content
/ dotfiles Public

My humble dotfiles

License

Notifications You must be signed in to change notification settings

Rypac/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b6b8f76 · Jan 12, 2025
Aug 28, 2024
Aug 12, 2024
May 23, 2024
Mar 15, 2023
Oct 2, 2023
Aug 6, 2024
Aug 28, 2024
Apr 5, 2023
Sep 12, 2024
Aug 12, 2024
Aug 12, 2024
Aug 29, 2024
Jan 12, 2025
Aug 28, 2024
Aug 12, 2024
Jan 12, 2025
Jul 28, 2024
Aug 12, 2024
Jan 12, 2025

Repository files navigation

dotfiles

This is a collection of the configuration and preferences I use to personalise my system.

If you don't already backup and synchronise your dotfiles, you should! It's simple to do and makes sharing your system config across various machines or other with people a breeze. GitHub has a very nice guide that explains the process in greater detail and links to some terrific dotfile resources and examples.

NOTE: The dotfiles.sh script will not play nicely with existing dotfiles. It may overwrite some of your precious configuration. Use it either as a reference, or to holistically replace your own dotfiles. You have been warned!

Installation

Simply run:

git clone https://github.com/Rypac/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./dotfiles.sh link

This will symlink the dotfiles to their appropriate directories. The dotfiles link command is idempotent so it can (and should) be run for any new dotfiles you decide to sync.