Compare commits
2 commits
26b7c15e40
...
17d2d840c5
Author | SHA1 | Date | |
---|---|---|---|
17d2d840c5 | |||
494e3f8650 |
3 changed files with 10 additions and 2 deletions
|
@ -32,6 +32,7 @@ require("lazy").setup({
|
||||||
{ import = "lazyvim.plugins.extras.lang.git" },
|
{ import = "lazyvim.plugins.extras.lang.git" },
|
||||||
{ import = "lazyvim.plugins.extras.lang.json" },
|
{ import = "lazyvim.plugins.extras.lang.json" },
|
||||||
{ import = "lazyvim.plugins.extras.lang.markdown" },
|
{ import = "lazyvim.plugins.extras.lang.markdown" },
|
||||||
|
{ import = "lazyvim.plugins.extras.lang.nix" },
|
||||||
{ import = "lazyvim.plugins.extras.lang.python" },
|
{ import = "lazyvim.plugins.extras.lang.python" },
|
||||||
{ import = "lazyvim.plugins.extras.lang.ruby" },
|
{ import = "lazyvim.plugins.extras.lang.ruby" },
|
||||||
{ import = "lazyvim.plugins.extras.lang.sql" },
|
{ import = "lazyvim.plugins.extras.lang.sql" },
|
||||||
|
|
|
@ -22,6 +22,7 @@ btop
|
||||||
bun-bin
|
bun-bin
|
||||||
calc
|
calc
|
||||||
calibre
|
calibre
|
||||||
|
catgirl
|
||||||
catppuccin-cursors-macchiato
|
catppuccin-cursors-macchiato
|
||||||
catppuccin-frappe-grub-theme-git
|
catppuccin-frappe-grub-theme-git
|
||||||
catppuccin-gtk-theme-macchiato
|
catppuccin-gtk-theme-macchiato
|
||||||
|
@ -91,6 +92,7 @@ imagemagick
|
||||||
inetutils
|
inetutils
|
||||||
inotify-tools
|
inotify-tools
|
||||||
iptables-nft
|
iptables-nft
|
||||||
|
irssi
|
||||||
jan-bin
|
jan-bin
|
||||||
jc
|
jc
|
||||||
jello-bin
|
jello-bin
|
||||||
|
@ -133,6 +135,7 @@ neovim
|
||||||
networkmanager
|
networkmanager
|
||||||
networkmanager-dmenu-git
|
networkmanager-dmenu-git
|
||||||
nginx
|
nginx
|
||||||
|
nix
|
||||||
nm-connection-editor
|
nm-connection-editor
|
||||||
nmap
|
nmap
|
||||||
nnn
|
nnn
|
||||||
|
@ -241,6 +244,7 @@ vulkan-tools
|
||||||
wd719x-firmware
|
wd719x-firmware
|
||||||
webstorm
|
webstorm
|
||||||
webstorm-jre
|
webstorm-jre
|
||||||
|
weechat
|
||||||
wezterm
|
wezterm
|
||||||
wget
|
wget
|
||||||
whois
|
whois
|
||||||
|
|
|
@ -149,7 +149,10 @@ set -g @catppuccin_date_time_text "%b %d • %I:%M %p"
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
set -g @rose_pine_variant {{ .drapeau.colors.flavor | squote }}
|
set -g @rose_pine_variant {{ .drapeau.colors.flavor | squote }}
|
||||||
|
set -g @rose_pine_host 'on'
|
||||||
|
set -g @rose_pine_directory 'on'
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# tpm #
|
# tpm #
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in a new issue