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 = [email protected]
[github]
user = your-github-user