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

https://github.com/theycallmemac/dotfiles

A collection of my current configs.
https://github.com/theycallmemac/dotfiles

bash bashrc configs dotfiles vim vimrc

Last synced: 3 months ago
JSON representation

A collection of my current configs.

Awesome Lists containing this project

README

          

# dotfiles
A collection of my current configs.

### Installing

You need Oh My Zsh: `sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"`

You need Vundle: `git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim`

Set the path to your oh-my-zsh installation: `export ZSH="/home/user-name/.oh-my-zsh"`

Run `setup.sh` from the root of directory of this repository