Skip to content

Commit

Permalink
add paru and pacman conf
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Apr 19, 2024
1 parent da37ff4 commit aed6c1d
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
1 change: 0 additions & 1 deletion fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ if status is-interactive
abbr --add glo git log --graph --decorate --pretty=oneline --abbrev-commit
abbr --add gu gitui


# fish keeps trying to steal my quotes >:(
abbr --add gbr -- git branch --format='\'%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:blue)(%(committerdate:short)) [%(authorname)]\''

Expand Down
17 changes: 17 additions & 0 deletions pacman.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[options]
HoldPkg = pacman glibc
Architecture = auto

Color
CheckSpace
ParallelDownloads = 5

SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

20 changes: 20 additions & 0 deletions paru/paru.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# $PARU_CONF
# /etc/paru.conf
# ~/.config/paru/paru.conf
#
# See the paru.conf(5) manpage for options

[options]
PgpFetch
Devel
Provides
DevelSuffixes = -git -cvs -svn -bzr -darcs -always -hg -fossil
Limit = 25
BottomUp

[bin]
#FileManager = vifm
#MFlags = --skippgpcheck
#Sudo = doas
Bat = bat
2 changes: 2 additions & 0 deletions setup/arch/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ function setup_dev_stuff() {
ln -s ~/Documents/dotfiles/starship.toml ~/.config/starship.toml -f
ln -s ~/Documents/dotfiles/topgrade.toml ~/.config/topgrade.toml -f
ln -s ~/Documents/dotfiles/fish ~/.config/ -f
ln -s ~/Documents/dotfiles/paru/ ~/.config/ -f
ln -s ~/Documents/dotfiles/pacman.conf /etc/pacman.conf -f

}

Expand Down

0 comments on commit aed6c1d

Please sign in to comment.