You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.4 KiB

  1. # yaourtrc - Configuration for yaourt
  2. #
  3. # See yaourtrc(5) for more information
  4. #
  5. #
  6. # General
  7. #AUTOSAVEBACKUPFILE=0
  8. #DEVELSRCDIR=""
  9. #DEVEL=0
  10. #VISUAL="$VISUAL"
  11. #EDITOR="$EDITOR"
  12. #FORCEENGLISH=0
  13. #FORCE=0
  14. #TMPDIR="/tmp"
  15. #NO_TESTDB=0
  16. # SUDO
  17. #SUDONOVERIF=0 # Avoid multiple sudo checks when timestamp_timeout=0
  18. #SUDOREDIRECT=1 # Define to 0 in case you use a fingerprint device
  19. # ABS
  20. #USE_GIT=0
  21. # If the package "abs" is installed, those var are parsed from abs.conf
  22. #REPOS=() # REPOS available at $SYNCSERVER
  23. #SYNCSERVER=""
  24. # AUR
  25. #AURURL="https://aur.archlinux.org"
  26. #AURCOMMENT=5
  27. #AURDEVELONLY=0
  28. #AURSEARCH=1
  29. #AURUPGRADE=0
  30. #AURVOTE=1
  31. #AURUSEGIT=0
  32. # Build
  33. #EXPORT=0 # Export to 1: EXPORTDIR or PKGDEST
  34. # 2: pacman cache (as root)
  35. #EXPORTSRC=0 # Need EXPORT>0 to be used
  36. #EXPORTDIR="" # If empty, use makepkg's connfiguration (see makepkg.conf)
  37. # Prompt
  38. #NOCONFIRM=0
  39. #UP_NOCONFIRM=0 # No prompt while build upgrades (including -Sbu)
  40. BUILD_NOCONFIRM=1 # Only prompt for editing files
  41. #PU_NOCONFIRM=0 # Add --noconfirm to $PACMAN -U
  42. EDITFILES=0
  43. #NOENTER=1
  44. # Output
  45. #USECOLOR=1
  46. #USEPAGER=0
  47. #DETAILUPGRADE=1
  48. #SHOWORPHANS=1
  49. #TERMINALTITLE=1
  50. # Command
  51. #PACMAN="pacman"
  52. #MAKEPKG="makepkg"
  53. #DIFFEDITCMD="vimdiff"
  54. # pacdiffviewer
  55. #P_LOCATE=0 # Use locate instead of find
  56. #P_SEARCHDIR=(/etc/ /boot/)
  57. #P_SAVEDIR='/var/lib/yaourt/backupfiles'