Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcticicestudio/igloo
The snowy dotfile home.
https://github.com/arcticicestudio/igloo
arch archlinux arcticicestudio bootstrap bootstrapper dotfile dotfiles dots hacktoberfest home linux snowsaw unix
Last synced: 3 months ago
JSON representation
The snowy dotfile home.
- Host: GitHub
- URL: https://github.com/arcticicestudio/igloo
- Owner: arcticicestudio
- License: mit
- Created: 2017-01-07T19:12:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T09:52:49.000Z (over 2 years ago)
- Last Synced: 2024-05-02T03:46:40.619Z (9 months ago)
- Topics: arch, archlinux, arcticicestudio, bootstrap, bootstrapper, dotfile, dotfiles, dots, hacktoberfest, home, linux, snowsaw, unix
- Language: Shell
- Homepage: https://git.io/igloo
- Size: 3.41 MB
- Stars: 106
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
The snowy dotfile home.
Igloo is the snowy [dotfile](http://dotfiles.github.io) home of [Arctic Ice Studio][gh-user-arcticicestudio].
Powered by [snowsaw][], the lightweight, plugin-driven and simple configurable _dotfile_ bootstrapper.## Getting started
### Installation
Clone the repository and run the `bootstrap` script:
```sh
git clone --recursive https://github.com/arcticicestudio/igloo
cd igloo
./bootstrap
```## Design Concept
### _Snowblocks_
The design concept is based on topical areas, so-called _snowblocks_ which are a named directory that live in the base `snowblocks` directory and defaults to `/snowblocks`.
_Snowblocks_ are configured via `snowblock.json` files that that will be processed when the base _snowblock_ directory gets scanned recursively, but it is also possible to only process a single _snowblock_.This design allows a modular structured _dotfile_ repository where each topic can be represented as a _snowblock_ instead of placing all files and folders without any logical division in the repository root.
## Development
[![](https://img.shields.io/badge/Changelog-0.2.0-blue.svg)](https://github.com/arcticicestudio/nord-vim/blob/v0.2.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver)
### Contribution
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-vim/issues).
Copyright © 2016-present Arctic Ice Studio
[gh-user-arcticicestudio]: https://github.com/arcticicestudio/snowsaw
[snowsaw]: https://github.com/arcticicestudio/snowsaw