Compare commits
2 Commits
c99739a2e3
...
927bede28b
| Author | SHA1 | Date | |
|---|---|---|---|
|
927bede28b
|
|||
|
cb22c6bbdb
|
@ -27,7 +27,7 @@ require("gruvbox").setup({
|
|||||||
|
|
||||||
require('color-scheme')
|
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)
|
require('fwatch').watch(color_scheme_file, "luafile " .. color_scheme_file)
|
||||||
|
|
||||||
vim.cmd([[colorscheme gruvbox]])
|
vim.cmd([[colorscheme gruvbox]])
|
||||||
|
|||||||
@ -22,6 +22,7 @@ sudo pacman --needed -S \
|
|||||||
fuzzel \
|
fuzzel \
|
||||||
git \
|
git \
|
||||||
git-delta \
|
git-delta \
|
||||||
|
gnome \
|
||||||
grim \
|
grim \
|
||||||
htop \
|
htop \
|
||||||
hyprland \
|
hyprland \
|
||||||
@ -41,14 +42,18 @@ sudo pacman --needed -S \
|
|||||||
ripgrep \
|
ripgrep \
|
||||||
rustup \
|
rustup \
|
||||||
sad \
|
sad \
|
||||||
|
starship \
|
||||||
swayidle \
|
swayidle \
|
||||||
|
swaylock \
|
||||||
tig \
|
tig \
|
||||||
vim \
|
vim \
|
||||||
vivid \
|
vivid \
|
||||||
waybar \
|
waybar \
|
||||||
wget \
|
wget \
|
||||||
wl-clipboard \
|
wl-clipboard \
|
||||||
zathura
|
xdg-desktop-portal-gtk \
|
||||||
|
zathura \
|
||||||
|
zoxide
|
||||||
|
|
||||||
rustup default stable
|
rustup default stable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user