Merging
This commit is contained in:
commit
975b1cb654
8 changed files with 16 additions and 16 deletions
10
README.org
10
README.org
|
|
@ -1,6 +1,6 @@
|
||||||
* Dotfiles
|
* Dotfiles
|
||||||
|
|
||||||
I run OS X on my laptop and [[http://nixos.org][NixOS]] GNU/Linux on my desktop.
|
I run macOS on my laptop and [[http://nixos.org][NixOS]] GNU/Linux on my desktop.
|
||||||
|
|
||||||
After ~15 years with Vim &
|
After ~15 years with Vim &
|
||||||
[[https://tmux.github.io/][Tmux]]/[[https://www.gnu.org/software/screen/][GNU
|
[[https://tmux.github.io/][Tmux]]/[[https://www.gnu.org/software/screen/][GNU
|
||||||
|
|
@ -12,7 +12,7 @@ Screen]], I've mostly switched to
|
||||||
|
|
||||||
If you
|
If you
|
||||||
- like Vim's modal UI
|
- like Vim's modal UI
|
||||||
- like Lisp better than Vimscript (yes, I know about neovim)
|
- like Lisp better than Vimscript
|
||||||
- want a huge, ancient hacker community & ecosystem
|
- want a huge, ancient hacker community & ecosystem
|
||||||
|
|
||||||
then I suggest checking out Emacs & Spacemacs. Emacs really is a
|
then I suggest checking out Emacs & Spacemacs. Emacs really is a
|
||||||
|
|
@ -25,8 +25,7 @@ great operating system, and now it has a great editor!
|
||||||
[[http://www.djcbsoftware.nl/code/mu/mu4e.html][mu4e]] via
|
[[http://www.djcbsoftware.nl/code/mu/mu4e.html][mu4e]] via
|
||||||
[[https://www.fastmail.com/][Fastmail]]
|
[[https://www.fastmail.com/][Fastmail]]
|
||||||
- Terminal: [[http://www.emacswiki.org/emacs/MultiTerm][multiterm]] &
|
- Terminal: [[http://www.emacswiki.org/emacs/MultiTerm][multiterm]] &
|
||||||
[[http://www.iterm2.com][iTerm 2]] (OS X) &
|
[[https://github.com/jwilm/alacritty][alacritty]] (Linux & macOS)
|
||||||
[[https://github.com/jwilm/alacritty][alacritty]] (Linux)
|
|
||||||
- Shell:
|
- Shell:
|
||||||
[[http://www.gnu.org/software/emacs/manual/html_mono/eshell.html][EShell]]
|
[[http://www.gnu.org/software/emacs/manual/html_mono/eshell.html][EShell]]
|
||||||
& [[http://www.fishshell.com][Fish]]
|
& [[http://www.fishshell.com][Fish]]
|
||||||
|
|
@ -36,8 +35,7 @@ great operating system, and now it has a great editor!
|
||||||
- IRC & IM & chat: [[https://weechat.org/][WeeChat]] & [[https://bitlbee.org/][Bitlbee]] & [[https://github.com/the-kenny/weechat.el][weechat.el]]
|
- IRC & IM & chat: [[https://weechat.org/][WeeChat]] & [[https://bitlbee.org/][Bitlbee]] & [[https://github.com/the-kenny/weechat.el][weechat.el]]
|
||||||
- Notes & to-do lists & bookmarks & spreadsheets & journal & everything, really:
|
- Notes & to-do lists & bookmarks & spreadsheets & journal & everything, really:
|
||||||
[[http://orgmode.org][Org mode]]
|
[[http://orgmode.org][Org mode]]
|
||||||
- Window Manager: [[http://www.alfredapp.com][Alfred]] (OS
|
- Window Manager: [[http://www.alfredapp.com][Alfred]] (macOS) & [[https://i3wm.org/][i3]] (or [[http://xmonad.org][xmonad]], depending on the month..) (Linux)
|
||||||
X) & [[https://i3wm.org/][i3]] (or [[http://xmonad.org][xmonad]], depending on the month..) (Linux)
|
|
||||||
- Sync: [[https://syncthing.net][Syncthing]]
|
- Sync: [[https://syncthing.net][Syncthing]]
|
||||||
- RSS Reader: [[https://feedly.com/][Feedly]] & [[https://github.com/skeeto/elfeed][Elfeed]]
|
- RSS Reader: [[https://feedly.com/][Feedly]] & [[https://github.com/skeeto/elfeed][Elfeed]]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ font:
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
# size: 11.0
|
# size: 11.0
|
||||||
size: 8.0
|
size: 14.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought of
|
# Offset is the extra space around each character. `offset.y` can be thought of
|
||||||
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
||||||
|
|
@ -233,7 +233,7 @@ visual_bell:
|
||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
background_opacity: 1.0
|
background_opacity: 0.95
|
||||||
|
|
||||||
# Mouse bindings
|
# Mouse bindings
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
export IGVERBOSE=3
|
|
||||||
[ -s /opt/visimeet/visimeet ] && /opt/visimeet/visimeet --nologin &
|
|
||||||
[ -s /Applications/Visimeet\ Old.app/Contents/MacOS/visimeet ] && /Applications/Visimeet\ Old\.app/Contents/MacOS/visimeet --nologin --remote-debugging-port=1234 &
|
|
||||||
7
bin/renew_weechat_cert.sh
Executable file
7
bin/renew_weechat_cert.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#/bin/bash
|
||||||
|
|
||||||
|
cat /var/lib/acme/dustinswan.com/key.pem \
|
||||||
|
/var/lib/acme/dustinswan.com/fullchain.pem > \
|
||||||
|
/home/dustinswan/.weechat/ssl/relay.pem
|
||||||
|
|
||||||
|
chown dustinswan.users /home/dustinswan/.weechat/ssl/relay.pem
|
||||||
|
|
@ -2,4 +2,4 @@
|
||||||
export IGVERBOSE=3
|
export IGVERBOSE=3
|
||||||
rm -rf ~/Library/Application\ Support/IOCOM/visimeet/dswan.iocom.com
|
rm -rf ~/Library/Application\ Support/IOCOM/visimeet/dswan.iocom.com
|
||||||
[ -s /opt/visimeet/visimeet ] && /opt/visimeet/visimeet --nologin &
|
[ -s /opt/visimeet/visimeet ] && /opt/visimeet/visimeet --nologin &
|
||||||
[ -s /Applications/Visimeet\ New.app/Contents/MacOS/visimeet ] && /Applications/Visimeet\ New.app/Contents/MacOS/visimeet --nologin --remote-debugging-port=1234 &
|
[ -s /Applications/Visimeet.app/Contents/MacOS/visimeet ] && /Applications/Visimeet.app/Contents/MacOS/visimeet --nologin --remote-debugging-port=1234 &
|
||||||
|
|
|
||||||
1
fishfile
1
fishfile
|
|
@ -4,4 +4,3 @@ fisherman/get
|
||||||
fisherman/getopts
|
fisherman/getopts
|
||||||
fisherman/imgcat
|
fisherman/imgcat
|
||||||
fisherman/last_job_id
|
fisherman/last_job_id
|
||||||
fisherman/vibrant
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[calendars]
|
[calendars]
|
||||||
[[Fastmail]]
|
[[Fastmail]]
|
||||||
path = ~/Calendars/
|
path = ~/Calendars/*
|
||||||
type = discover
|
type = discover
|
||||||
|
|
||||||
[locale]
|
[locale]
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ mkdir ~/.gnupg; ln -sf ~/dotfiles/gpg-agent.conf ~/.gnupg/gpg-agent.conf
|
||||||
mkdir ~/.ssh; ln -sf ~/dotfiles/ssh/config ~/.ssh/config
|
mkdir ~/.ssh; ln -sf ~/dotfiles/ssh/config ~/.ssh/config
|
||||||
mkdir -p ~/.config/khard; ln -sf ~/dotfiles/khard.conf ~/.config/khard/khard.conf
|
mkdir -p ~/.config/khard; ln -sf ~/dotfiles/khard.conf ~/.config/khard/khard.conf
|
||||||
mkdir -p ~/.config/qutebrowser; ln -sf ~/dotfiles/qutebrowser.py ~/.config/qutebrowser/config.py
|
mkdir -p ~/.config/qutebrowser; ln -sf ~/dotfiles/qutebrowser.py ~/.config/qutebrowser/config.py
|
||||||
mkdir -p ~/.config/alacritty; ln -sf ~/dotfiles/alacritty.yml ~/.config/alacritty/alacritty.py
|
mkdir -p ~/.config/alacritty.yml; ln -sf ~/dotfiles/alacritty.yml ~/.config/alacritty/alacritty.yml
|
||||||
mkdir -p ~/.config/rtv; ln -sf ~/dotfiles/rtv.cfg ~/.config/rtv/rtv.cfg
|
mkdir -p ~/.config/rtv; ln -sf ~/dotfiles/rtv.cfg ~/.config/rtv/rtv.cfg
|
||||||
mkdir -p ~/.newsboat; ln -sf ~/dotfiles/newsboat ~/.newsboat/config
|
mkdir -p ~/.newsboat; ln -sf ~/dotfiles/newsboat ~/.newsboat/config
|
||||||
ln -sf ~/dotfiles/mailcap ~/.mailcap
|
ln -sf ~/dotfiles/mailcap ~/.mailcap
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue