Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakkke/better
🚀 Arch Linux distro
https://github.com/sakkke/better
fzf v
Last synced: 27 days ago
JSON representation
🚀 Arch Linux distro
- Host: GitHub
- URL: https://github.com/sakkke/better
- Owner: sakkke
- License: mit
- Created: 2022-10-28T12:36:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T02:26:16.000Z (over 2 years ago)
- Last Synced: 2024-11-25T07:42:32.793Z (3 months ago)
- Topics: fzf, v
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Better
Arch Linux distro## Concepts
- **Simple**: simple is better than complex. 3 step installation! (WIP)
- **Maintainable**: ideal for long time use. Partitions can be easily initialize/restored using GPT partition labels. (WIP)
- **Customizable**: support for external configurations such as dotfiles. From Better, we can create better distros! (WIP)## Technologies
- Btrfs
- [fzf](https://github.com/junegunn/fzf)
- [V](https://github.com/vlang/v)## Structure
```console
$ tree -dL 1 --noreport .
.
└── cmd
```- `cmd` will contain the different command sources, separated in directories.
## Installation
```shell
better
```## License
MIT