dotfiles working now! yippee
This commit is contained in:
parent
890c29afca
commit
4e6480d9a0
11 changed files with 5 additions and 5 deletions
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
@ -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({
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue