Skip to content

dancek/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5dbb48e · Apr 4, 2024
May 7, 2020
Apr 4, 2024
Dec 17, 2016
Aug 31, 2021
May 6, 2022
Apr 3, 2024
Oct 8, 2018
May 23, 2018
Oct 20, 2011
Apr 3, 2024
Aug 31, 2021
Apr 3, 2024
May 7, 2020
Apr 3, 2024
Oct 31, 2022
Jun 5, 2020
Apr 3, 2024
Apr 4, 2024
Nov 13, 2017
Mar 7, 2017
Apr 19, 2016
Oct 4, 2020
Nov 2, 2018
Oct 1, 2018

Repository files navigation

These are some of my dotfiles. Nothing fancy.

I created this setup with the following in mind:

  • version control
  • backups
  • a way to update my dotfiles on different machines
  • option not to have a git repository in my $HOME

Cloning (read-only) to a new place works like this:

git clone --recursive git@github.com:dancek/dotfiles.git ~/.config/dotfiles
cd ~/.config/dotfiles
./create-symlinks.sh

(If the directory is something else than ~/.config/dotfiles, you need to tell that to create-symlinks.sh)