https://github.com/rvxlab/dotfiles
https://github.com/rvxlab/dotfiles
dotfiles dotfiles-linux dotfiles-macos home-manager nix nix-darwin nix-flake
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rvxlab/dotfiles
- Owner: RVxLab
- Created: 2025-01-16T11:05:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T09:44:36.000Z (over 1 year ago)
- Last Synced: 2025-03-25T04:30:19.007Z (over 1 year ago)
- Language: Shell
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My macOS and Linux Dotfiles
## Installation
Clone this repo to `$HOME/.dotfiles`:
```shell
git clone git@github.com:RVxLab/dotfiles "$HOME/.dotfiles"
```
If [just](https://just.systems) is installed, you can run the following command to install relevant systems:
```shell
just install
```
Otherwise, run the relavant scripts by hand:
```shell
# For macOS
bash ./install-macos.sh
brew bundle install --file "$HOME/.dotfiles/Brewfile"
# For Linux
# TODO
```