From 30c043ef0d0c5e203ffe5f7b17b450e0d80c5992 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Josh)" Date: Fri, 11 Oct 2024 19:16:38 -0500 Subject: [PATCH 1/2] update readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6a3baa3..19810e3 100644 --- a/readme.md +++ b/readme.md @@ -44,12 +44,12 @@ - On an already onboarded computer copy these and add them to secrets/secrets.nix file - Rekey secrets: `nix run github:yaxitech/ragenix -- --rules ~/.config/nixos-config/secrets/secrets.nix -r` - Maybe copy hardware/configs over and setup, otehrwise do it on the client machine -- git clone nixos-config `git clone https://github.com/RingOfStorms/dotfiles.git ~/.config/nixos-config` +- git clone nixos-config `git clone https://git.joshuabell.xyz/dotfiles ~/.config/nixos-config` - Setup config as needed - top level flake.nix additions - add hosts dir and files needed - `nixos-rebuild switch --flake ~/.config/nixos-config` -- Update remote, ssh should work now: `cd ~/.config/nixos-config && git remote remove origin && git remote add origin "git@github.com:RingOfStorms/dotfiles.git" && git pull origin master` +- Update remote, ssh should work now: `cd ~/.config/nixos-config && git remote remove origin && git remote add origin "ssh://git.joshuabell.xyz:3032/dotfiles" && git pull origin master` ## Darwin From a67ac338b691707290312af21044f511dbf4436b Mon Sep 17 00:00:00 2001 From: joshua bell Date: Sat, 12 Oct 2024 17:03:26 +0000 Subject: [PATCH 2/2] Add windows_notes.md --- hosts/joe/windows_notes.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hosts/joe/windows_notes.md diff --git a/hosts/joe/windows_notes.md b/hosts/joe/windows_notes.md new file mode 100644 index 0000000..0281566 --- /dev/null +++ b/hosts/joe/windows_notes.md @@ -0,0 +1,5 @@ +- [Start menu sanity](http://startisback.com) (license in password manager) +- [Alt Drag](https://stefansundin.github.io/altdrag/) + - Change to win key in config +- Power Toys + - Remap caps lock to esc \ No newline at end of file