Skip to content
/ dotfiles Public
forked from mbreit/dotfiles

My personal dotfiles for zsh, vim and tmux.

Notifications You must be signed in to change notification settings

aviav/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My personal dotfiles for zsh, vim and tmux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 70.0%
  • Shell 18.5%
  • Ruby 11.5%