1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-07 17:09:05 +00:00
dotfiles/files/ruby/.bundle/config
Nemo ace32ae7c8 Lots of updates:
- Ignore nitrogen, just causes conflicts
- dunst improvements
- i3: switch from dmenu to rofi
- i3: switch to flameshot
- bundle: fix some cache issues
- xinitrc: no more caps (I think)
- font changes for emojificiation
2020-05-07 16:07:22 +05:30

12 lines
329 B
Plaintext

---
BUNDLE_PATH: "vendor/bundle"
BUNDLE_DEFAULT_INSTALL_USES_PATH: "true"
BUNDLE_ALLOW_OFFLINE_INSTALL: "true"
BUNDLE_CACHE_ALL: "true"
BUNDLE_GLOBAL_GEM_CACHE: "true"
BUNDLE_GEM__TEST: "false"
BUNDLE_GEM__MIT: "false"
BUNDLE_BUILD__NOKOGIRI: "--use-system-libraries"
#BUNDLE_DISABLE_SHARED_GEMS: "true"
BUNDLE_GEM__COC: "false"