dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9577ff808a13588a4de51dfcbde84bad7ec41e97
parent 269005cbb45c20ddd324577d53421dc03f183b72
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Thu, 16 Nov 2017 14:03:50 -0500

link firefox userContent.css, add tmux launch key for htop

Diffstat:
Minit/10_symlinks.sh | 2++
Mlinks/.tmux.conf | 3++-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/init/10_symlinks.sh b/init/10_symlinks.sh @@ -53,5 +53,7 @@ if [ "$(uname)" = "Darwin" ]; then ln -shvf \ ~/Library/Mobile\ Documents/27N4MQEA55~pro~writer/Documents/ \ ~/iawriter + ln -shvf misc_code/firefox/userContent.css \ + ~/Library/Application\ Support/Firefox/Profiles/ fi diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -119,7 +119,8 @@ bind -Tlaunch v new-window -n vim "vim" bind -Tlaunch r new-window -n rss "feednix" bind -Tlaunch w new-window -n weather \ "curl 'wttr.in/?m'; echo -e '\nPress <enter> to quit'; read -n 1 -s" -bind -Tlaunch s split-window -p 25 \; send-keys "susan " +bind -Tlaunch s split-window -l 2 \; send-keys "susan " +bind -Tlaunch h split-window -l 8 "htop" # Open new window and resize status accordingly (should be a hook instead) #bind-key Enter new-window