https://github.com/jmcomets/dotfiles
Useful files I like to keep in remote access
https://github.com/jmcomets/dotfiles
Last synced: 5 months ago
JSON representation
Useful files I like to keep in remote access
- Host: GitHub
- URL: https://github.com/jmcomets/dotfiles
- Owner: jmcomets
- Created: 2012-08-27T20:46:48.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T08:16:50.000Z (over 4 years ago)
- Last Synced: 2025-05-24T06:37:22.465Z (about 1 year ago)
- Language: Vim script
- Homepage:
- Size: 5.06 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jmcomets' dotfiles
==================
![Pimp My Console][]
## Features
- *awesome* Vim configuration
- customized shell prompt
## Installation
### From a basic machine:
Clone this repo:
```bash
# basic clone
git clone https://github.com/jmcomets/dotfiles.git ~/.dotfiles
# including the submodules (mainly Vim plugins)
git clone --recursive https://github.com/jmcomets/dotfiles.git ~/.dotfiles
```
Run the installation script (you may want to backup your ~/.\*rc files,
which will be overwritten by this script). This also sets up some extra
symbolic links (.vim, .zsh, .bash, etc...):
```bash
~/.dotfiles/configure.sh # setup links
```
## Scripts
A [simple vim plugin manager script] is available (command: vwp), but requires [docopt] to be used.
Alternatively symlinks can be created in [~/.vim/extensions], pointing to vim plugin directories
(I put them in [~/.vim/bundle]).
[Pimp My Console]: ../../blob/master/Misc/pimp-my-console.png?raw=true
[aliases]: ../../blob/master/Shell/aliases
[~/.vim/extensions]: ../../blob/master/Vim/extensions
[~/.vim/bundle]: ../../blob/master/Vim/bundle
[simple vim plugin manager script]: ../../blob/master/Bin/vwp
[docopt]: https://github.com/docopt/docopt