Advertisement
fennectech

Untitled

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