Browse Source

bashrc alias for htop, emacs orgmode config

Simon Watson 2 years ago
parent
commit
c46b3f0f46
4 changed files with 12 additions and 2 deletions
  1. 5 0
      bashrc/bashrc-all
  2. 1 1
      emacs/.emacs-all
  3. 5 1
      emacs/linux-load/customs.el
  4. 1 0
      xinit/swatson-casana-xinitrc

+ 5 - 0
bashrc/bashrc-all

@@ -14,6 +14,11 @@ fi
 
 export EDITOR=$(which vim)
 
+BPYTOP_PATH=$(which bpytop)
+if [ ! -z "$BPYTOP_PATH" ]; then
+    alias htop="bpytop -b \"cpu mem net proc\""
+fi
+
 EXA_PATH=$(which exa)
 if [ ! -z "$EXA_PATH" ]; then
     alias ls="$EXA_PATH"

+ 1 - 1
emacs/.emacs-all

@@ -279,4 +279,4 @@
     (load "~/Repos/dotfiles/emacs/linux-load/customs.el")
     (xterm-mouse-mode t)
     (load (expand-file-name "~/quicklisp/slime-helper.el"))
-    (setq inferior-lisp-program (locate-file "sbcl" exec-path exec-suffixes 1))))
+    (setq inferior-lisp-program (locate-file "sbcl" exec-path exec-suffixes 1))))

+ 5 - 1
emacs/linux-load/customs.el

@@ -12,4 +12,8 @@
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
- '(default ((t (:family "Envy Code R" :foundry "UNKN" :slant normal :weight normal :height 120 :width normal)))))
+ '(default ((t (:family "Envy Code R" :foundry "UNKN" :slant normal :weight normal :height 100 :width normal))))
+ '(org-level-1 ((t (:inherit variable-pitch :foreground "#cb4b16" :height 1.0))))
+ '(org-level-2 ((t (:inherit variable-pitch :foreground "#859900" :height 1.0))))
+ '(org-level-3 ((t (:inherit variable-pitch :foreground "#268bd2" :height 1.0))))
+ '(org-level-4 ((t (:inherit variable-pitch :foreground "#b58900" :height 1.0)))))

+ 1 - 0
xinit/swatson-casana-xinitrc

@@ -2,4 +2,5 @@ nitrogen --restore &
 xinput set-button-map 11 1 1 3 4 5 6 7 & # Disable track pad middle click
 xmodmap ~/.xmodmap & # Swap CapsLock to L_Ctrl
 /home/swatson/.config/lemonbar/startLemon.sh &
+guake &
 exec openbox