.bashrc, .zshrc, .vimrc and the company
Prerequisites:
Installation:
mkdir ~/src
git clone https://github.com/candidtim/dotfiles.git ~/src/dotfiles
cd ~/src/dotfiles
./install-mac.sh
Configuration:
- Install tmux plugins with Prefix+I
- Enable sudo password feedback:
sudo visudoand addpwfeedbackafterenv_reset(comma-separated) - Change System Preferences:
- Keyboard: key repeat fast, delay before repeat shortest
Installation:
apt install git
mkdir ~/src
git clone https://github.com/candidtim/dotfiles.git ~/src/dotfiles
cd ~/src/dotfiles
cat install-linux-su.sh | sudo bash
./install-linux.sh
Configuration:
- Install tmux plugins with Prefix+I
- Enable sudo password feedback:
sudo visudoand addpwfeedbackafterenv_reset(comma-separated)
To sync local dotfiles back to the repository: ./sync-back-mac.sh or
./sync-back-linux.sh.