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
Use ~/.dotlocal/gitconfig
:
[user]
name = Your Name
email = you@gmail.com
[github]
user = your-github-user