Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/844196/dotfiles
~/.📑
https://github.com/844196/dotfiles
chezmoi dotfiles
Last synced: 2 months ago
JSON representation
~/.📑
- Host: GitHub
- URL: https://github.com/844196/dotfiles
- Owner: 844196
- License: unlicense
- Created: 2013-07-16T10:44:04.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T18:34:55.000Z (8 months ago)
- Last Synced: 2024-05-22T20:56:33.029Z (8 months ago)
- Topics: chezmoi, dotfiles
- Language: Shell
- Homepage: http://844196.sh
- Size: 1.09 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Â
dotfiles
~/.📑
## :package: Install
```bash
git clone https://github.com/844196/dotfiles.git ~/.dotfiles
~/.dotfiles/install.sh
```## :framed_picture: Wallpaper
![desktop](https://user-images.githubusercontent.com/4990822/187770964-2f1a4501-46ad-41e0-9a5c-e5497594cebc.png)
```bash
convert -size 3840x2160 xc:'#161821' wallpaper.png
```## :construction_worker: Debug
```bash
# in host
echo "HOST_UID=$(id -u)" >> .env
echo "HOST_GID=$(id -g)" >> .envdocker compose build
docker compose run --rm sandbox
``````bash
# in container
./install.sh
```## :page_facing_up: License
See [`LICENSE.md`](/LICENSE.md). [Logo](https://github.com/jglovier/dotfiles-logo) by [Joel Glovier](https://github.com/jglovier).