Skip to content

mtarvainen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Checkout this repository and symlink wanted files to your home directory.

$ git clone https://github.com/mtarvainen/dotfiles.git
$ ln -s dotfiles/.tmux.conf ~/
$ ln -s dotfiles/.vimrc ~/

Additional files in the project (.bash_profile and .bash_functions) adds improved behaviour (eg. ssh hostname autocomplete) for bash.

macOS

Enable Solarized theme

iTerm2

iTerm2 include Solarized presets out-of-box. Apply it: iTerm2 -> Preferences -> Profiles -> Colors -> Color Presets -> Solarized Dark.

Download iTerm2 here

Terminal

Use osx-terminal.app-colors-solarized preset.

$ git clone https://github.com/tomislav/osx-terminal.app-colors-solarized.git

Add it as a new profile. Use it as a default theme: Terminal -> Preferences -> Solarized Dark -> Default.

More info here.

.vimrc

Disable degraded 256 colorscheme from .vimrc which is current default value.

" let g:solarized_termcolors=256 

Tmux

$ brew install tmux

About

Personal dotfiles for personal use

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors