To install run:
$ curl -L https://github.com/elentok/dotfiles/raw/master/online_install.sh | bash
by default it will clone the repository from "https://github.com/elentok/dotfiles", to use ssh run this:
$ curl -L https://github.com/elentok/dotfiles/raw/master/online_install.sh | bash -s use-ssh
- keys.md - a cheatsheet of all of my vim keybindings
(can be accessed from the command line using the
k
command) - help.md - a cheatsheet of useful commands
(can be accessed from the command line using the
h
orh {query}
commands) - commands.md - a cheatsheet of of my custom shell scripts
You can customize the settings by putting the following files in the ~/.dotlocal directory.
Use ~/.dotlocal/gitconfig
:
[user]
name = Your Name
email = [email protected]
[github]
user = your-github-user
Use ~/.dotlocal/after.zsh
or ~/.dotlocal/before.zsh
.
- Add custom vundles to
~/.dotlocal/vundles.vim
- Add custom settings to
~/.dotlocal/after.vim