https://github.com/afroborg/dotfiles
https://github.com/afroborg/dotfiles
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/afroborg/dotfiles
- Owner: afroborg
- Created: 2025-08-03T22:29:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-24T09:32:37.000Z (10 months ago)
- Last Synced: 2025-08-24T15:40:38.346Z (10 months ago)
- Language: Lua
- Size: 151 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚙️ Dotfiles
## Pre-requisites
- A Unix-like operating system that supports Homebrew, such as macOS or Linux.
- [git](https://git-scm.com/)
- [zsh](https://www.zsh.org/)
## Installation
The entire setup _should_ be as easy as running the following command in your terminal:
```bash
git clone https://github.com/afroborg/dotfiles
cd dotfiles
./bootstrap.sh
```
This will download homebrew if not already installed, install the packages and casks from the [`Brewfile`] as well as run [stow](https://www.gnu.org/software/stow/) to symlink the dotfiles into your home directory.
## Testing in isolated environment
The dotfiles can be tested in a separate docker container running debian using the following command:
```bash
./docker-dev.sh
```