Compare commits

..

2 Commits

Author SHA1 Message Date
927bede28b nvim: Fix automatic dark mode switching 2024-08-07 10:26:02 +02:00
cb22c6bbdb arch-firstinstall: Add more programs 2024-07-26 18:06:37 +02:00
2 changed files with 7 additions and 2 deletions

View File

@ -27,7 +27,7 @@ require("gruvbox").setup({
require('color-scheme')
local color_scheme_file = "~/.cache/dotfiles/.config/nvim/lua/color-scheme.lua"
local color_scheme_file = os.getenv("HOME") .. "/.cache/dotfiles/.config/nvim/lua/color-scheme.lua"
require('fwatch').watch(color_scheme_file, "luafile " .. color_scheme_file)
vim.cmd([[colorscheme gruvbox]])

View File

@ -22,6 +22,7 @@ sudo pacman --needed -S \
fuzzel \
git \
git-delta \
gnome \
grim \
htop \
hyprland \
@ -41,14 +42,18 @@ sudo pacman --needed -S \
ripgrep \
rustup \
sad \
starship \
swayidle \
swaylock \
tig \
vim \
vivid \
waybar \
wget \
wl-clipboard \
zathura
xdg-desktop-portal-gtk \
zathura \
zoxide
rustup default stable