Skip to content

mickeyzoox/dotfiles

 
 

Repository files navigation

This is a git repo for all my important dotfiles.

Run the setup.sh script in this directory to copy everything to the proper location.

Warning, may overwrite files. Make sure you know what setup.sh does before running it.

com.googlecode.iterm2.plist is an iTerm2 configuration profile. Load this using the iTerm2 preferences GUI. iTerm2 is a terminal app for OS X.

Don't forget to install git bash-completion! https://github.com/bobthecow/git-flow-completion/wiki/Install-Bash-git-completion

To allow for tmux copy/paste to work over ssh, ssh like so: ssh [username]@[ip_addr] -t 'tmux new-session -A -s [session_name]' This command will cause tmux to run as if local which allows iterm2 to interact with the tmux paste buffer! Also, the tmux command used will start a session with the given name or simply attach to that session if it already exists. This can also be found in the bashrc.

About

Repository to backup my important dotfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 54.5%
  • Python 44.1%
  • Shell 1.4%