https://github.com/djm/dotfiles
djm's dotfiles
https://github.com/djm/dotfiles
bashrc dotfiles emacs-configuration git-configuration shell vim
Last synced: about 1 year ago
JSON representation
djm's dotfiles
- Host: GitHub
- URL: https://github.com/djm/dotfiles
- Owner: djm
- Created: 2010-09-22T14:23:36.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T10:10:32.000Z (over 1 year ago)
- Last Synced: 2025-04-22T23:08:44.938Z (about 1 year ago)
- Topics: bashrc, dotfiles, emacs-configuration, git-configuration, shell, vim
- Language: Shell
- Homepage:
- Size: 2.82 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dotfiles
========
To install on a new OSX machine:
```
git clone https://github.com/djm/dotfiles.git ~/dotfiles && cd ~/dotfiles
# Install zplug
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
./install.py
./brew.sh
```