https://github.com/candidtim/dotfiles
.bashrc, .zshrc, .vimrc and the company
https://github.com/candidtim/dotfiles
bashrc dotfiles vimrc zshrc
Last synced: over 1 year ago
JSON representation
.bashrc, .zshrc, .vimrc and the company
- Host: GitHub
- URL: https://github.com/candidtim/dotfiles
- Owner: candidtim
- License: gpl-3.0
- Created: 2014-08-05T19:18:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T10:56:39.000Z (over 1 year ago)
- Last Synced: 2025-03-28T02:53:25.197Z (over 1 year ago)
- Topics: bashrc, dotfiles, vimrc, zshrc
- Language: Shell
- Size: 173 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
.bashrc, .zshrc, .vimrc and the company
## Fresh install - macOS
Prerequisites:
- [iTerm2](https://iterm2.com/)
- XCode CLI tools: `xcode-select --install`
- [Homebrew](https://brew.sh/)
- 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`.