Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hitblast/dotfiles
- Owner: hitblast
- Created: 2024-03-11T15:29:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T14:11:57.000Z (about 2 months ago)
- Last Synced: 2024-10-07T20:01:27.575Z (about 1 month ago)
- Topics: dotfiles, zsh, zsh-configuration
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. |