Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
/ dotfiles-1 Public archive
forked from blamattina/dotfiles

Configuration files for zsh, vim, and tmux.

Notifications You must be signed in to change notification settings

danieluhl/dotfiles-1

 
 

Repository files navigation

dotfiles

Configuration files for zsh, vim, and tmux heavily inspired by https://github.com/thoughtbot/dotfiles.

Installation

# Install configuration management tools
brew tap thoughtbot/formulae
brew install rcm

# to enable z functionality
brew install z

# Clone oh-my-zsh
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

# Clone dotfiles
git clone https://github.com/danieluhl/dotfiles-1.git

# Link files
rcup -d .

Note: This expects ~/.gitconfig to be controlled by boxen and for boxen include ~/.gitconfig.dotfiles as an additional configuration file. (boxen configuration example)

Customizations

Place configuration for a specific computer or environment in files with the .local extension.

Supported Local Files:

  • ~/.aliases.local
  • ~/.gitconfig.local
  • ~/.tmux.conf.local
  • ~/.vimrc.local
  • ~/.vimrc.bundles.local
  • ~/.zshrc.local

Other typical installs

  • slate
  • alfred
  • seil
  • karabiner
  • screenflow
  • bartender

About

Configuration files for zsh, vim, and tmux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%