system changes
This commit is contained in:
parent
3b0eb1d8bf
commit
2a2c978573
3 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -62,7 +62,7 @@ macos-update: install
|
||||||
nix flake update --flake $(DSTDIR)/flake
|
nix flake update --flake $(DSTDIR)/flake
|
||||||
darwin-rebuild switch --flake $(DSTDIR)/flake
|
darwin-rebuild switch --flake $(DSTDIR)/flake
|
||||||
brew update
|
brew update
|
||||||
brew upgrade -f
|
brew upgrade
|
||||||
|
|
||||||
# macos install tells System Events to update the wallpaper after installation
|
# macos install tells System Events to update the wallpaper after installation
|
||||||
macos-install: $(CONFIGS)
|
macos-install: $(CONFIGS)
|
||||||
|
|
|
@ -30,7 +30,6 @@ Import configurations for programs and install programs with no configuration.
|
||||||
findutils
|
findutils
|
||||||
fzf
|
fzf
|
||||||
ghc
|
ghc
|
||||||
gnuplot
|
|
||||||
gnutls
|
gnutls
|
||||||
go
|
go
|
||||||
gopls
|
gopls
|
||||||
|
|
|
@ -45,6 +45,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat
|
||||||
"clang-format" # nix version screws up clang setup
|
"clang-format" # nix version screws up clang setup
|
||||||
"openjdk" # there's really no jdk for mac from nix?
|
"openjdk" # there's really no jdk for mac from nix?
|
||||||
"pinentry-touchid" # no nix version
|
"pinentry-touchid" # no nix version
|
||||||
|
"gnuplot" # no qt?
|
||||||
|
|
||||||
# needed for pdf-tools for emacs
|
# needed for pdf-tools for emacs
|
||||||
"autoconf"
|
"autoconf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue