Compare commits

...

4 Commits

Author SHA1 Message Date
2cf0dc7324 v8 2025-05-03 21:15:43 -04:00
b33be421c6 Added paru config 2025-05-02 20:55:17 -04:00
d2f687732e No need as uv is always a system package 2025-04-27 19:26:56 -04:00
4f482db6be Updated GUI font 2025-04-27 18:10:36 -04:00
4 changed files with 34 additions and 4 deletions

View File

@ -1,3 +1,3 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
vim.opt.guifont = { "Hack", ":h16" }
vim.opt.guifont = { "Maple Mono NF", ":h14" }

View File

@ -6,7 +6,7 @@
"lazyvim.plugins.extras.util.gitui"
],
"news": {
"NEWS.md": "4964"
"NEWS.md": "10960"
},
"version": 4
"version": 8
}

30
dot_config/paru/paru.conf Normal file
View File

@ -0,0 +1,30 @@
#
# $PARU_CONF
# /etc/paru.conf
# ~/.config/paru/paru.conf
#
# See the paru.conf(5) manpage for options
#
# GENERAL OPTIONS
#
[options]
PgpFetch
Devel
Provides
DevelSuffixes = -git -cvs -svn -bzr -darcs -always
BottomUp
#RemoveMake
SudoLoop
#UseAsk
#CombinedUpgrade
#CleanAfter
#UpgradeMenu
NewsOnUpgrade
#
# Binary OPTIONS
#
#[bin]
#FileManager = vifm
#MFlags = --skippgpcheck

View File

@ -15,7 +15,7 @@ pre_sudo = false
# sudo_command = "sudo"
# Disable specific steps - same options as the command line flag
disable = ["chezmoi", "emacs"]
disable = ["chezmoi", "emacs", "uv"]
# Ignore failures for these steps
# ignore_failures = ["powershell"]