myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

nethackrc (914B)


      1 OPTIONS=menucolors,showscore,autodig,perm_invent,autopickup,showscore,boulder:0
      2 
      3 #
      4 # System-wide NetHack configuration file for console-only NetHack.
      5 #
      6 OPTIONS=windowtype:tty,toptenwin,hilite_pet,lit_corridor
      7 OPTIONS=hpmon,showscore
      8 OPTIONS=fixinv,safe_pet,sortpack,tombstone,color,time,showexp
      9 OPTIONS=verbose,news,fruit:potato
     10 OPTIONS=dogname:Slinky
     11 OPTIONS=catname:RexS
     12 OPTIONS=pickup_types:$
     13 OPTIONS=nomail
     14 OPTIONS=name:a3nm
     15 OPTIONS=pickup_burden:b
     16 
     17 # Enable this if you want to see your inventory sorted in alphabetical
     18 # order by item instead of by index letter:
     19 # OPTIONS=sortloot:full
     20 # or if you just want containers sorted:
     21 # OPTIONS=sortloot:loot
     22 
     23 #
     24 # Some sane defaults for menucolor
     25 #
     26 
     27 #OPTIONS=menucolors
     28 #MENUCOLOR=" blessed "=green
     29 #MENUCOLOR=" holy "=green
     30 #MENUCOLOR=" uncursed "=yellow
     31 #MENUCOLOR=" cursed "=red
     32 #MENUCOLOR=" unholy "=red
     33 #MENUCOLOR=" cursed .* (being worn)"=orange&underline
     34 #
     35