Merge branch 'master' of ssh://git.joshuabell.xyz:3032/dotfiles
This commit is contained in:
commit
21509bed4d
2 changed files with 7 additions and 2 deletions
5
hosts/joe/windows_notes.md
Normal file
5
hosts/joe/windows_notes.md
Normal file
|
@ -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
|
|
@ -44,12 +44,12 @@
|
||||||
- On an already onboarded computer copy these and add them to secrets/secrets.nix file
|
- 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`
|
- 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
|
- 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
|
- Setup config as needed
|
||||||
- top level flake.nix additions
|
- top level flake.nix additions
|
||||||
- add hosts dir and files needed
|
- add hosts dir and files needed
|
||||||
- `nixos-rebuild switch --flake ~/.config/nixos-config`
|
- `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`
|
||||||
|
|
||||||
- atuin setup
|
- atuin setup
|
||||||
- if atuin is on enable that mod in configuration.nix, make sure to `atuin login` get key from existing device
|
- if atuin is on enable that mod in configuration.nix, make sure to `atuin login` get key from existing device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue