Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.33 KB

README.md

File metadata and controls

65 lines (46 loc) · 1.33 KB

My personal dotfiles

These are my personal dotfiles. Use them at your own risk. They contain configuration for zsh, vim and tmux. If you have any questions, contact me.

Installation

Clone this repository to ~/.local/dotfiles, then run the installation with rake install.

cd ~/.local
git clone https://github.com/mbreit/dotfiles.git
cd dotfiles
rake install

Please note that this Rakefile is written for Ubuntu systems. If you are on another OS, look at the output of rake -T and use the install:* tasks manually.

Example: Installation of zsh config on Arch Linux for use with the Liberation Mono font

cd ~/.local
git clone https://github.com/mbreit/dotfiles.git
cd dotfiles
rake install:zsh
rake submodules:init

Then install ttf-liberation-mono-powerline-git from the Arch User Repository.

Update

You can update the dotfiles repository and all the git submodules like vim and zsh plugins with

dotfiles update

Note that dotfiles is a zsh alias for changing into your dotfiles directory and running rake.

If you want to just update the dotfiles repository, run

dotfiles update:repository

To just update the submodules, run

dotfiles submodules:update

(Run dotfiles -T to see all available tasks.)

Contact