mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
refractor
This commit is contained in:
parent
fbe299a28c
commit
4842ca3540
23 changed files with 92 additions and 70 deletions
3
home/.chezmoiscripts/darwin/run_once_desktopservices.sh
Normal file
3
home/.chezmoiscripts/darwin/run_once_desktopservices.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
curl -fsSL https://install.determinate.systems/nix | sh -s -- install
|
||||
|
||||
sudo nix run nix-darwin/master#darwin-rebuild -- switch --flake ~/.dotfiles/nixcfgs
|
||||
Loading…
Add table
Add a link
Reference in a new issue