https://github.com/frytg/dotfiles
A personal collection of dotfiles and scripts for syncing settings across machines.
https://github.com/frytg/dotfiles
dotfiles ghostty homebrew macos shell
Last synced: 3 months ago
JSON representation
A personal collection of dotfiles and scripts for syncing settings across machines.
- Host: GitHub
- URL: https://github.com/frytg/dotfiles
- Owner: frytg
- License: unlicense
- Created: 2025-01-07T10:33:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T12:28:14.000Z (8 months ago)
- Last Synced: 2025-02-21T13:29:16.108Z (8 months ago)
- Topics: dotfiles, ghostty, homebrew, macos, shell
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
A personal collection of dotfiles and scripts for syncing settings across machines.
## Setup
Run the following commands to set up dotfile links:
```bash
./install.sh
```## Update Things
Using the `update.sh` script, you can update installed modules:
```bash
./update.sh
```or
```bash
just update
```Alternatively update everything (`just all`) or install brew (`just brew`).
## Tools
### Crane
Useful tool for managing containers.
- [Docs](https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane.md)
- [Common Commands](https://github.com/google/go-containerregistry/blob/main/cmd/crane/recipes.md)## Author
Created by [@frytg](https://github.com/frytg) / [frytg.digital](https://www.frytg.digital)
## License
[Unlicense](./LICENSE) - also see [unlicense.org](https://unlicense.org)