An open API service indexing awesome lists of open source software.

https://github.com/elentok/dotfiles

My dotfiles
https://github.com/elentok/dotfiles

cheatsheet dotfiles i3 nvim vim zsh zsh-settings

Last synced: 11 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

          

# elentok's dotfiles

To install run:

```bash
curl -L https://github.com/elentok/dotfiles/raw/master/online_install.sh | bash
```

by default it will clone the repository from "", to use ssh run
this:

```bash
curl -L https://github.com/elentok/dotfiles/raw/master/online_install.sh | bash -s use-ssh
```

## Documentation

- [keys.md](docs/keys.md) - a cheatsheet of all of my vim keybindings (can be accessed from the
command line using the `k` command)
- [help.md](docs/help.md) - a cheatsheet of useful commands (can be accessed from the command line
using the `h` or `h {query}` commands)
- [commands.md](docs/commands.md) - a cheatsheet of of my custom shell scripts

### Git

Use `~/.dotlocal/gitconfig`:

```gitconfig
[user]
name = Your Name
email = you@gmail.com
[github]
user = your-github-user
```