Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zimeg/.dotfiles
my personal configs
https://github.com/zimeg/.dotfiles
Last synced: 21 days ago
JSON representation
my personal configs
- Host: GitHub
- URL: https://github.com/zimeg/.dotfiles
- Owner: zimeg
- License: mit
- Created: 2022-01-23T06:31:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T12:10:40.000Z (25 days ago)
- Last Synced: 2024-10-25T12:16:27.601Z (25 days ago)
- Language: Nix
- Homepage:
- Size: 196 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# .DOTFILES
this repo holds my personal dotfiles for safekeepings and simple installations.
feel free to use or critique my choices.## installation
installs are performed by bash scripts. the commands run assume you are working
with a clean machine, so might be desctructive to past configs.```sh
$ git clone https://github.com/zimeg/.DOTFILES.git
$ cd .DOTFILES
```## configurations
### cloud
infrastructure state and setup for shared resources is managed from the `cloud`
directory with `./cloud.sh`.### machines
computers with coded configuration are saved for setup in `machines` and are
built with the flake derivation.### programs
a functional and deterministic package manager to manage `programs`. use nix
with: `source setup.sh run`.