From 384c4072a12e8ea0201ff4328c0dffb70d8270b2 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 23 Nov 2023 14:47:30 -0600 Subject: [PATCH] home | added myapps Should rethink if this is needed still.... --- TODO.md | 2 +- home/bash.nix | 1 + home/files/bash/myapps | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 home/files/bash/myapps diff --git a/TODO.md b/TODO.md index 0cb1f9e..47c175c 100644 --- a/TODO.md +++ b/TODO.md @@ -11,7 +11,6 @@ - [ ] aspell.en.prepl - [ ] aspell.en.pws - [ ] mbsyncrc -- [ ] myapps - [ ] neomutt - [ ] vdirsyncer @@ -37,6 +36,7 @@ - [x] inputrc - [x] listadmin.ini - [x] local +- [x] myapps - [x] notmuch - [x] qutebrowser - [x] signature diff --git a/home/bash.nix b/home/bash.nix index 984888c..de25a9f 100644 --- a/home/bash.nix +++ b/home/bash.nix @@ -10,6 +10,7 @@ home.file.".bash_profile".source = files/bash/bash_profile; home.file.".bashrc".source = files/bash/bashrc; home.file.".bash_ssh".source = files/bash/bash_ssh; + home.file.".myapps".source = files/bash/myapps; programs.readline = { enable = true; diff --git a/home/files/bash/myapps b/home/files/bash/myapps new file mode 100644 index 0000000..419747c --- /dev/null +++ b/home/files/bash/myapps @@ -0,0 +1,15 @@ +MAILTERMPROG=kitty +#TERMPROG=kitty +TERMPROG=footclient +MUSIC=sublime-music +hostname=`hostname` +WEB=qutebrowser +TEXTWEB=links +MAILPROG=neomutt +CALENDAR="myweb http://www.google.com/calendar" +RSSREADER=rssview +TWITTER="twitter" +IM=mcabber +IRC=xchat +NM="nm-applet" +PDFVIEWER="pdfview"