uael / .config

My config directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uael's ~/.config directory

Overview

I just wanted to have fun using Nix Flakes on my new MacBook. This might someday include my old Linux dot files as well.

In my MacBook I jump around using Raycast and hack on the Wez's Terminal with the fish shell, managed by fisher with a tide prompt.

Note

This configurations aren't using Nix to configure packages on purpose as I want to be able to clone this ~/.config anywhere without requiring nix.

Getting started

Assuming your configuration directory to be ~/.config, pull this into it (as it might already exists and bot be empty)

cd ~/.config
git init
git remote add origin https://github.com/uael/.config
git pull origin master

Optionally, manage everything else using Nix through nix-darwin

nix run nix-darwin -- switch --flake ~/.config

Warning

Make sure to restart the current shell session to activate.

Tip

To install Nix run sh <(curl -L https://nixos.org/nix/install).

About

My config directory.


Languages

Language:Nix 84.2%Language:Lua 11.8%Language:Shell 4.1%