Skip to content

candidtim/dotfiles

Repository files navigation

dotfiles

.bashrc, .zshrc, .vimrc and the company

Fresh install - macOS

Prerequisites:

  • iTerm2
  • XCode CLI tools: xcode-select --install
  • Homebrew
  • Git: brew install git

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 visudo and add pwfeedback after env_reset (comma-separated)
  • Change System Preferences:
    • Keyboard: key repeat fast, delay before repeat shortest

Fresh install - Linux

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 visudo and add pwfeedback after env_reset (comma-separated)

Keeping the dotfiles up to date

To sync local dotfiles back to the repository: ./sync-back-mac.sh or ./sync-back-linux.sh.

About

.bashrc, .zshrc, .vimrc and the company

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published