dotfiles working now! yippee

This commit is contained in:
lulusilly 2025-12-26 08:18:30 -04:00
parent 890c29afca
commit 4e6480d9a0
11 changed files with 5 additions and 5 deletions

View file

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Before After
Before After

View file

@ -758,7 +758,7 @@ image_source="auto"
# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, # Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
# postmarketOS, and Void have a smaller logo variant. # postmarketOS, and Void have a smaller logo variant.
# Use '{distro name}_small' to use the small variants. # Use '{distro name}_small' to use the small variants.
ascii_distro="GNU" ascii_distro="auto"
# Ascii Colors # Ascii Colors
# #

View file

@ -72,11 +72,11 @@ require('transparent').setup({
}, },
}) })
-- Treesitter configuration. -- Treesitter configuration.
require("nvim-treesitter.configs").setup({ -- require("nvim-treesitter.configs").setup({
highlight = { enable = true }, -- highlight = { enable = true },
-- You can specify languages to install with `ensure_installed`. -- You can specify languages to install with `ensure_installed`.
-- e.g., ensure_installed = { "lua", "python", "javascript" }, -- e.g., ensure_installed = { "lua", "python", "javascript" },
}) -- })
-- Autocomplete (cmp) configuration. -- Autocomplete (cmp) configuration.
local cmp = require("cmp") local cmp = require("cmp")
cmp.setup({ cmp.setup({

View file

@ -133,7 +133,7 @@
# MPV # MPV
".config/mpv/mpv.conf" .source = dotfiles/mpv/mpv.conf; ".config/mpv/mpv.conf" .source = dotfiles/mpv/mpv.conf;
# Btop # Btop
".config/btop/btop.conf" .source = dotfiles/btop/btop.conf; # ".config/btop/btop.conf" .source = dotfiles/btop/btop.conf;
# Neofetch # Neofetch
".config/neofetch/config.conf" .source = dotfiles/neofetch/config.conf; ".config/neofetch/config.conf" .source = dotfiles/neofetch/config.conf;
# Hyprland # Hyprland