Skip to content

owenvallis/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config Files

Central repository for all things config

clone into home directory and install by running . dotfiles/install.sh

Enable Tmux pbcopy/paste in Vim on OSX Sierra

Tmux seems to require reattach-to-user-namespace in order to enable pbcopy/paste in Vim

$ brew install reattach-to-user-namespace

Then ensure the following is set in the .tmux.conf

set -g default-shell $SHELL
set -g default-command "reattach-to-user-namespace -l ${SHELL}"

Lastly, ensure the following is in your .vimrc

set clipboard=unnamed

About

Environment Configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published