Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ushiradineth/dotfiles

My dotfiles
https://github.com/ushiradineth/dotfiles

Last synced: about 2 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

# Dotfiles

This directory contains the dotfiles for my mac

## Installation

Install Nix Package Manager

```bash
sh <(curl -L https://nixos.org/nix/install)
```

Pull the dotfiles

```bash
cd ~
nix-env -iA nixos.git
git clone https://github.com/ushiradineth/dotfiles.git
cd dotfiles
```

Install Xcode Command Line Tools

```bash
xcode-select --install
```

Enable Rosetta

```bash
sudo softwareupdate --install-rosetta --agree-to-license
```

Install the packages

```bash
cd ~/dotfiles/nix
nix run nix-darwin --extra-experimental-features "nix-command flakes" -- switch --flake ~/dotfiles/nix#m2
```

Stow the dotfiles

```bash
cd ~/dotfiles
stow .
```

Rebuild when you make changes

```bash
darwin-rebuild switch --flake ~/dotfiles/nix#m2
```