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
- Host: GitHub
- URL: https://github.com/elentok/dotfiles
- Owner: elentok
- Created: 2013-01-11T14:18:58.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T09:12:21.000Z (over 1 year ago)
- Last Synced: 2024-11-12T10:23:38.227Z (over 1 year ago)
- Topics: cheatsheet, dotfiles, i3, nvim, vim, zsh, zsh-settings
- Language: Shell
- Size: 14 MB
- Stars: 21
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```