Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 stuff

source ~/.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.