Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrozbarry/dotfiles
Working on building up my linux cred or something.
https://github.com/mrozbarry/dotfiles
Last synced: 27 days ago
JSON representation
Working on building up my linux cred or something.
- Host: GitHub
- URL: https://github.com/mrozbarry/dotfiles
- Owner: mrozbarry
- Created: 2017-08-27T16:49:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T12:18:32.000Z (over 3 years ago)
- Last Synced: 2024-05-21T12:44:20.281Z (6 months ago)
- Language: Vim script
- Size: 397 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
My dotfiles for vim, zsh, and tmux.
Also uses [zim](https://github.com/zimfw/zimfw).# Install
## Legwork
- `git clone [email protected]:mrozbarry/dotfiles.git ~/.dotfiles`
- `cd .dotfiles`
- `./install.sh` to install required packages and things. Supports `--mac` for installing homebrew+tools, and `--zim` for installing [zim](https://github.com/zimfw/zimfw).## Load the zsh stuff
Open up your `~/.zshrc` file, and add this to the bottom:
```zsh
# ...maybe other stuffsource ~/.dotfiles/zshrc
```## Update it later
Update my dotfiles stuff
```zsh
$ updot
```## Customization
I don't support it, but there wouldn't be a lot of effort required to load up custom `.vim` and `.zsh` files.