Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hitblast/dotfiles

🛠️ Configuration files for my desktop instance for coding / development.
https://github.com/hitblast/dotfiles

dotfiles zsh zsh-configuration

Last synced: 21 days ago
JSON representation

🛠️ Configuration files for my desktop instance for coding / development.

Awesome Lists containing this project

README

        

[![Dry Run](https://github.com/hitblast/dotfiles/actions/workflows/dryrun.yml/badge.svg)](https://github.com/hitblast/dotfiles/actions/workflows/dryrun.yml)

## 🛠️ Used Configuration

- **Computer**: MacBook Air M1 (Late 2020)
- **OS (latest commit)**: macOS 14.5 Sonoma
- **Shell**: zsh

## ⚡ Setup

Open a new terminal (must use `zsh` as primary shell), then run the following command:

```sh
# Grant execute permission to the script
chmod +x setup.sh

# Run the script
./setup.sh
```

## Available Functions / Commands

| Function | Description |
| ------------------------- | -------------------------------------------------------------- |
| `rbc` | Remove all cache files from Homebrew. |
| `rpv` | Remove all virtual environments created by Poetry. |