Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/candidtim/dotfiles
.bashrc, .zshrc, .vimrc and the company
https://github.com/candidtim/dotfiles
bashrc dotfiles vimrc zshrc
Last synced: 1 day 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T10:33:50.000Z (5 months ago)
- Last Synced: 2024-08-10T18:11:56.568Z (5 months ago)
- Topics: bashrc, dotfiles, vimrc, zshrc
- Language: Shell
- Size: 165 KB
- Stars: 2
- Watchers: 3
- 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.shConfiguration:
- 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.shConfiguration:
- 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`.