https://github.com/they4kman/dotfiles
Scripts, configurations, and other things to remember for future use
https://github.com/they4kman/dotfiles
bash django dotfiles git shell vim
Last synced: about 1 year ago
JSON representation
Scripts, configurations, and other things to remember for future use
- Host: GitHub
- URL: https://github.com/they4kman/dotfiles
- Owner: theY4Kman
- Created: 2012-10-31T14:18:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T05:09:16.000Z (over 1 year ago)
- Last Synced: 2025-03-25T04:51:17.434Z (about 1 year ago)
- Topics: bash, django, dotfiles, git, shell, vim
- Language: Shell
- Size: 23 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles (they4kman)
Scripts, configurations, and other things to remember for future use.
## Quick Setup
Use the one-liner from [this gist](https://gist.github.com/theY4Kman/6197365) to automatically download and source the `.bashrc`. Replicated here:
```bash
wget https://gist.github.com/theY4Kman/6197365/raw/setup-yak.sh -O setup-yak.sh && source setup-yak.sh
```
## Full Setup
To permanently install these dotfiles (including vimrc, gitconfig, bashrc, and optionally a directive to source bashrc when sudoing to root), an idempotent installation script is provided, powered by [Wafflescript](https://github.com/wffls/wafflescript).
Simply clone the repo and run:
```bash
./install.sh
```