/dotfiles

My personal dotfiles for different environments

Primary LanguageShell

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