make sync script better

This commit is contained in:
zoe 2022-10-29 08:50:37 +02:00
parent edc2c68304
commit 5f113ba9c9
2 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@ opt.mouse = "a"
opt.termguicolors = true
opt.cursorline = false -- dont highlight current line
opt.number = true
g.rainbow_active = true
-- highlight yanked text for 200ms using the "Visual" highlight group
vim.cmd[[

View File

@ -14,5 +14,9 @@ cp -r /etc/nixos/ ./backup
# copy over all the files to /etc/nixos/
sudo cp -r ./configuration.nix ./nvim/ ./packages.nix ./home.nix ./user.nix /etc/nixos/
nix-build ./penrose
sudo cp ./penrose/result/bin/penrose-custom /etc/nixos
# update and build my new config
sudo nixos-rebuild switch --upgrade