Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2022-09-23 17:46:53 -07:00
commit e6cf939991
2 changed files with 6 additions and 3 deletions

View file

@ -94,9 +94,6 @@ return require('packer').startup({function()
vim.cmd 'cab COL ColorizerToggle'
end,
}
use { -- lumen: make vim respect the system light/dark theme setting (linux + macos)
'vimpostor/vim-lumen',
}
use { -- vim-illuminate: highlight other occurrences of the word under cursor
'RRethy/vim-illuminate',
-- commit = '27f6ef135a88d9410a33cf92fc47f5c018df552c', -- for finding the correct color to make highlights

View file

@ -117,6 +117,12 @@ alias \
dc='docker-compose' \
occ='docker exec -u www-data nextcloud php occ --ansi' \
# Nix
alias \
nx='sudo $EDITOR /etc/nixos/configuration.nix' \
nx-upd='sudo nix-channel --update' \
nx-upg='sudo nixos-rebuild switch' \
# file copying with a progress bar
alias cpv="rsync -ah --info=progress2"