An open API service indexing awesome lists of open source software.

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.

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)