Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zee-bit/dotfiles
All of my important dotfiles synced using homeshick
https://github.com/zee-bit/dotfiles
Last synced: 5 days ago
JSON representation
All of my important dotfiles synced using homeshick
- Host: GitHub
- URL: https://github.com/zee-bit/dotfiles
- Owner: zee-bit
- License: mit
- Created: 2022-10-03T15:20:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T17:52:22.000Z (almost 2 years ago)
- Last Synced: 2023-10-20T08:28:42.172Z (about 1 year ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @zee-bit's (dot)files
My dotfiles follow the convention from [`homeshick`](https://github.com/andsens/homeshick).
`homeshick` is a git based dotfiles synchronizer utility. dotfiles are splitup into repositories called "castles". This repository is my primary castle. It has all the common and most used configs. Be mindful of the spelling, "homesick" vs "home**sh**ick". The former is the original tool implemented in ruby, and later in shell script.
In practice, you should be able to use the files as is, by getting them from the `/home` directory in this repository.
## Installation
1. Install [`homeshick`](https://github.com/andsens/homeshick) and source it:
```bash
git clone https://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick
source ~/.homesick/repos/homeshick/homeshick.sh
```Later we would be able to use our alias `home` for `homeshick`, once we have loaded the first castle.
2. Get the castle that you need:
```bash
homeshick clone https://github.com/zee-bit/dotfiles.git
```## License
MIT © 2022 Zeeshan Equbal