system changes
This commit is contained in:
parent
ec9e18d27d
commit
6eba5502bd
2 changed files with 8 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -63,14 +63,10 @@ macos-update: install
|
|||
darwin-rebuild switch --flake $(DSTDIR)/.flake
|
||||
|
||||
# macos install tells System Events to update the wallpaper after installation
|
||||
macos-install: $(CONFIGS) ~/Applications/Emacs.app/Contents/MacOS/Emacs
|
||||
macos-install: $(CONFIGS)
|
||||
darwin-rebuild switch --flake $(DSTDIR)/.flake
|
||||
osascript -e "tell application \"System Events\" to tell every desktop to set picture to \"/$$HOME/.wallpaper\" as POSIX file"
|
||||
|
||||
~/Applications/Emacs.app/Contents/MacOS/Emacs:
|
||||
mkdir -p ~/Applications/Emacs.app/Contents/MacOS
|
||||
ln -s /etc/profiles/per-user/jjanzen/bin/emacs ~/Applications/Emacs.app/Contents/MacOS/Emacs
|
||||
|
||||
nixos-update: install
|
||||
nix flake update $(DSTDIR)/.flake
|
||||
sudo nixos-rebuild switch --flake $(DSTDIR)/.flake
|
||||
|
|
|
@ -55,23 +55,29 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat
|
|||
"eza"
|
||||
"fd"
|
||||
"gcc"
|
||||
"gdk-pixbuf"
|
||||
"gnutls"
|
||||
"ffmpeg"
|
||||
"fzf"
|
||||
"go"
|
||||
"gpgme"
|
||||
"grep"
|
||||
"gsasl"
|
||||
"htop"
|
||||
"hunspell"
|
||||
"hyfetch"
|
||||
"imagemagick"
|
||||
"ispell"
|
||||
"jansson"
|
||||
"jpeg"
|
||||
"jq"
|
||||
"lesspipe"
|
||||
"latexdiff"
|
||||
"lesspipe"
|
||||
"libgccjit"
|
||||
"librsvg"
|
||||
"llvm@18"
|
||||
"marksman"
|
||||
"mailutils"
|
||||
"meson"
|
||||
"mono"
|
||||
"mpv"
|
||||
|
|
Loading…
Add table
Reference in a new issue