mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2025-08-01 02:34:40 -04:00
Compare commits
4 Commits
b3f739d0be
...
master
Author | SHA1 | Date | |
---|---|---|---|
2cf0dc7324 | |||
b33be421c6 | |||
d2f687732e | |||
4f482db6be |
@ -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" }
|
||||
|
@ -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
30
dot_config/paru/paru.conf
Normal 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
|
@ -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"]
|
||||
|
Reference in New Issue
Block a user