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.
- Host: GitHub
- URL: https://github.com/theycallmemac/dotfiles
- Owner: theycallmemac
- Created: 2018-01-17T13:23:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T14:43:52.000Z (over 4 years ago)
- Last Synced: 2025-08-20T15:58:17.194Z (10 months ago)
- Topics: bash, bashrc, configs, dotfiles, vim, vimrc
- Language: Python
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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