No description
Find a file
2025-10-04 14:16:44 +10:00
dotfiles Fish config edits 2025-09-07 12:20:18 +10:00
scripts Add a scratch script for some throwaway notes 2025-09-07 12:20:18 +10:00
.editorconfig Initial commit 2024-11-11 21:59:51 +10:00
.gitignore Install Fish and Fisher 2025-01-14 13:26:05 +10:00
Brewfile Remove Golang, add Imagemagick 2025-10-04 14:16:44 +10:00
Brewfile.lock.json Add Stream Deck, Zen and Stylua 2024-12-03 21:57:47 +10:00
install-macos.sh Replace just with mask 2025-05-28 13:55:06 +10:00
maskfile.md Replace just with mask 2025-05-28 13:55:06 +10:00
README.md Update README 2025-09-07 12:20:52 +10:00

My macOS and Linux Dotfiles

Installation

Clone this repo to $HOME/.dotfiles:

git clone git@git.rvx.works:RVxLab/dotfiles "$HOME/.dotfiles"

If just is installed, you can run the following command to install relevant systems:

just install

Otherwise, run the relavant scripts by hand:

# For macOS
bash ./install-macos.sh
brew bundle install --file "$HOME/.dotfiles/Brewfile"

# For Linux
# TODO