Skip to content

Commit

Permalink
yay -> paru
Browse files Browse the repository at this point in the history
  • Loading branch information
kpa28-git committed Jun 15, 2023
1 parent b962b3e commit de30bec
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
1 change: 1 addition & 0 deletions .config/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
!/nnn/**
!/nvim/**
!/peaclock/**
!/paru/**
!/picom/**
!/pistol/**
!/polybar/**
Expand Down
4 changes: 4 additions & 0 deletions .config/helix/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
[[language]]
name = "julia"
indent = { tab-width = 4, unit = "\t" }

[[language]]
name = "latex"
indent = { tab-width = 4, unit = "\t" }
40 changes: 40 additions & 0 deletions .config/paru/paru.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# ___ ___ _______ __
# / _ \/ _ `/ __/ // /
# / .__/\_,_/_/ \_,_/
# /_/
# paru (AUR helper) config
# ~/.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 -hg -fossil
#AurOnly
#BottomUp
#RemoveMake
#SudoLoop
#UseAsk
#SaveChanges
#CombinedUpgrade
#CleanAfter
#UpgradeMenu
#NewsOnUpgrade

#LocalRepo
#Chroot
#Sign
#SignDb
#KeepRepoCache

#
# Binary OPTIONS
#
#[bin]
#FileManager = vifm
#MFlags = --skippgpcheck
#Sudo = doas
8 changes: 6 additions & 2 deletions .config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Unbound hotkeys:
# 0th row: F2 F6
# 1st row: W E P
# 2nd row: A S dD
# 2nd row: A S D
# 3rd row: Z C
# Insert Scroll_Lock XF86Launch1

Expand Down Expand Up @@ -44,6 +44,10 @@ super + z
super + f
$TERMINAL -e $FILE

# Joshtuo File manager (experimental)
super + shift + z
$TERMINAL -e joshuto

# Web browser ($BROWSER env variable)
super + b
$BROWSER
Expand Down Expand Up @@ -327,7 +331,7 @@ super + F4
prompt 'Hibernate computer?' 'sudo systemctl suspend'

# Restart/rescan wifi/eth networks
super + F5
super + F6
sudo -A systemctl restart NetworkManager && \
notify-send 'NetworkManager' 'restarted'

2 changes: 1 addition & 1 deletion .local/bin
Submodule bin updated from 09ac60 to 41e042

0 comments on commit de30bec

Please sign in to comment.