Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 672 Bytes

File metadata and controls

24 lines (13 loc) · 672 Bytes

freistil IT dotfiles

Our collection of configuration files for zsh, tmux and many other command line tools.

Installation

We use rcm for the setup and management of dotfiles. For the initial installation, use these commands:

cd ~
git clone <repository> .dotfiles
RCRC="$HOME/.dotfiles/rcrc" rcup -v

For updating your setup, execute:

cd ~/.dotfiles
git pull
rcup -v

Customisation

You can customise your settings by adding your own dotfiles from another repository. See "Multiple dotfile directories" in the rcm man page.