sleiner / .dotfiles

collection of .config files as I use them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

Installation

Cloning the repository

Clone it via git to your home directory, e.g.:

git clone git@github.com:sleiner/.dotfiles.git ~/.dotfiles

Installing the files

It is recommended, to do this via symlinks, you can do this either manually or using GNU Stow.

Using GNU Stow

Example:

cd ~/.dotfiles
stow tmux # Installs the tmux files

For more details on this method, see this blog article.

Symlinking manually

Example:

ln -s ~/.dotfiles/tmux/.tmux.conf ~/.tmux.conf

About

collection of .config files as I use them


Languages

Language:Shell 99.4%Language:Vim Script 0.6%