Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 547 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 547 Bytes

dotfiles

My personal dotfile for different environments

Cygwin (windows terminal) Linux (vagrant box) gitconfig (Everywhere)

Add the config to local environment

Copy the line below into the .bashrc file

. ~/workspace/dotfiles/bash-config.sh  

Add github config symlink

ln -s ~/workspace/dotfiles/.gitconfig ~/.gitconfig

Loved tools

Linux

  • Tmux: apt install tmux
  • Meld: apt install meld

Mac

Requirements: Homebrew

  • Tmux: brew install tmux
  • Meld: brew install --cask meld