Skip to content

TheMiles/dotfiles

Repository files navigation

Tracking for your configuration files

Here I track some of the config files I use in my $HOME.

Also included is a script that deals with updating the files, it is mainly taken from a very similar project: [durdn/cfg][https://github.com/durdn/cfg]

The idea is to keep the config files in a separate directory .dotfiles and create symlinks in $HOME.

Install

Just run the following line from a shell

curl -Lks https://raw.github.com/themiles/dotfiles/master/update.sh | bash

This gets the update script, which will produce the ~/.dotfile directory and try to clone the repository to this folder. After cloning/updating the contained files are "installed", meaning

  • check whether file already exists
  • make backup of the file to ~/.dotfile_backup.
  • create symlink from repo directory to home directory

tmux integration

I don't use a tmux configuratuin file on its own. At the moment I'm using the [tmux configuration from Gregory Pakosz][https://github.com/gpakosz/.tmux]. Just the ~/.tmux.conf.local is maintained in this repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages