Skip to content

elentok/dotfiles

Repository files navigation

elentok's dotfiles

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

Documentation

  • 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 or h {query} commands)
  • commands.md - a cheatsheet of of my custom shell scripts

Git

Use ~/.dotlocal/gitconfig:

[user]
  name = Your Name
  email = [email protected]
[github]
  user = your-github-user