Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ushiradineth/dotfiles
My dotfiles
https://github.com/ushiradineth/dotfiles
Last synced: about 2 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/ushiradineth/dotfiles
- Owner: ushiradineth
- Created: 2024-02-15T08:06:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T07:56:22.000Z (3 months ago)
- Last Synced: 2024-10-23T12:33:30.034Z (3 months ago)
- Language: Lua
- Size: 10.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```