home | added myapps
Should rethink if this is needed still....
This commit is contained in:
parent
249f9f6515
commit
384c4072a1
3 changed files with 17 additions and 1 deletions
2
TODO.md
2
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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
15
home/files/bash/myapps
Normal file
15
home/files/bash/myapps
Normal file
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue