commit 5776337a82adc26e797d96845403bacdd37af46a
parent 6841c08b02cbeebd8d513044b5c658de8629843d
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 19 Jan 2019 16:41:01 -0500
Add preferred applications.
Diffstat:
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/.profile b/.profile
@@ -9,5 +9,10 @@ export XMODIFIERS=@im=fcitx
export QT_IM_MODULE=fcitx
export GTK_IM_MODULE=fcitx
+# Preferred applications
+export BROWSER="firefox"
+export EDITOR="nvim"
+export VISUAL="emacsclient -c -a emacs"
+
# # Auto start tbsm after login on first two VTs.
# [[ $XDG_VTNR -le 2 ]] && tbsm
diff --git a/README.org b/README.org
@@ -3,7 +3,8 @@
An archive of core configuration files for the fabled Bipedal Inter-Galactic Mass Obliteration Device (BIGMOD).
-* Dependencies
+* Functional Dependencies
+Missing those may cause system to behave funny.
| =pass= |
| =rofi-pass= |
| =rofi= |
@@ -13,3 +14,10 @@ An archive of core configuration files for the fabled Bipedal Inter-Galactic Mas
| Iosevka SS09 Font |
| Numix Circle Icon Theme |
| Oxygen Sans Font |
+
+* Applications
+Those involved in the settings, but not crucial.
+| =nvim= |
+| =emacs= |
+| =fcitx= |
+| =firefox= |