https://github.com/ccauet/dotfiles
💻
https://github.com/ccauet/dotfiles
dotfiles git homebrew macos shell tmux vim zsh
Last synced: 3 months ago
JSON representation
💻
- Host: GitHub
- URL: https://github.com/ccauet/dotfiles
- Owner: ccauet
- Created: 2014-11-27T10:11:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T18:54:50.000Z (over 1 year ago)
- Last Synced: 2025-03-12T19:36:50.559Z (over 1 year ago)
- Topics: dotfiles, git, homebrew, macos, shell, tmux, vim, zsh
- Language: Shell
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotfiles
========
* **zsh** aliases, auto-completion, prompt
* **git** config
* **vim** config, depends on [vundle](https://github.com/gmarik/Vundle.vim)
* **tmux** config
* **osx** quick setup (a ton of tweaks, see [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles))
* **[homebrew](http://brew.sh)** quick setup
Install
-------
* Adapt `$DOTFILESDIR` in `zshrc`
* Run `source zshrc` once to propagate `$DOTFILESDIR`env
* For private configurations use `~/.zsh_secret`
* Execute
```
ln -s "${DOTFILESDIR}/zshrc" "${HOME}/.zshrc"
ln -s "${DOTFILESDIR}/gitconfig" "${HOME}/.gitconfig"
ln -s "${DOTFILESDIR}/vimrc" "${HOME}/.vimrc"
ln -s "${DOTFILESDIR}/tmux.conf" "${HOME}/.tmux.conf"
source "${DOTFILESDIR}/bin/osx.sh"
source "${DOTFILESDIR}/bin/brew.sh"
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
```
* Open `vim` and use `:PluginInstall`