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

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

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
```