Added github secondary origin.

pull/1/head
rwxrob 4 years ago
parent 78427419bd
commit 50bf971f37
No known key found for this signature in database
GPG Key ID: 1CCACEDD2F65578E

@ -1,5 +1,7 @@
# Composable Dotfiles and Scripts Collection
*Canonical source is <https://gitlab.com/rwxrob/dotfiles>*
![WIP](https://img.shields.io/badge/status-wip-red)
WARNING: This thing is *never* complete, full of bugs, and always changing. [Pilfer](https://duck.com/lite?q=Pilfer) at your own risk. But *do* pilfer.

@ -263,6 +263,7 @@ set omnifunc=syntaxcomplete#Complete
" force some file names to be specific file type
au bufnewfile,bufRead *.bash* set ft=sh
au bufnewfile,bufRead *.pegn set ft=config
au bufnewfile,bufRead *.profile set filetype=sh
au bufnewfile,bufRead *.crontab set filetype=crontab
au bufnewfile,bufRead *ssh/config set filetype=sshconfig

@ -4,7 +4,7 @@
--persist \
-t 4 \
-p fixed \
-g "420x94+990+988" \
-g "420x90+1040+1010" \
--compr-cnt 1 \
-s large \
-f "UbuntuMono Nerd Font" \

@ -205,8 +205,9 @@ tmux () {
exec tmux -L twitch -f ~/.tmux-twitch.conf new -s twitch -n parent \
weechat \;\
split-window \;\
resize-pane -t 1 -y 19 \;\
split-window -h \;\
resize-pane -y 1 -x 15\;\
resize-pane -x 18 \;\
swap-pane -s 1 -t 2 \;\
send "s /connect twitch" Enter \
"s /buffer clear" Enter \;\

Loading…
Cancel
Save