Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khuei/dotfiles
~ sweet ~
https://github.com/khuei/dotfiles
dotfiles nvimrc vifmrc zshrc
Last synced: about 2 months ago
JSON representation
~ sweet ~
- Host: GitHub
- URL: https://github.com/khuei/dotfiles
- Owner: khuei
- License: wtfpl
- Created: 2021-04-08T23:08:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T05:12:08.000Z (6 months ago)
- Last Synced: 2024-07-16T07:39:47.973Z (6 months ago)
- Topics: dotfiles, nvimrc, vifmrc, zshrc
- Language: Lua
- Homepage:
- Size: 1.17 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Dotfiles
> Stay in \*nixland, and I'll show you how deep the rabbit hole goes
## Installation
run the following command to run install script:
``` sh
$ ./install
```given that `~/.gitconfig` is included with these dotfiles, any local
configurations should be written to `~/.gitconfig.local` instead, such as:``` sh
$ git config --file ~/.gitconfig.local user.name "John Doe"
$ git config --file ~/.gitconfig.local user.email "[email protected]"
```