https://github.com/cored/dotfiles
My dotfiles
https://github.com/cored/dotfiles
Last synced: 7 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/cored/dotfiles
- Owner: cored
- Created: 2009-02-05T20:33:38.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T15:42:38.000Z (almost 4 years ago)
- Last Synced: 2025-02-02T12:19:40.708Z (over 1 year ago)
- Language: Vim Script
- Homepage:
- Size: 471 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dotfiles
========
My configuration files for vim, tmux and other stuffs
# Look and Feel (Showing vim, tmux and rxvt-unicode colors)

# Installation Instructions
git clone https://github.com/cored/dotfiles ~/dotfiles/
cd ~/dotfiles/
git submodule init
git submodule update
ln -s ~/dotfiles/.vimrc ~/.vimrc
ln -s ~/dotfiles/.vim ~/.vim
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf
# Contribution instruction
Fork and do whatever you want