summaryrefslogtreecommitdiffstats
path: root/dotfiles
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dotfiles/calcurse/conf33
-rw-r--r--dotfiles/calcurse/keys56
-rw-r--r--dotfiles/gitconfig9
-rw-r--r--dotfiles/senpai/senpai.scfg3
-rw-r--r--dotfiles/ssh/config4
5 files changed, 14 insertions, 91 deletions
diff --git a/dotfiles/calcurse/conf b/dotfiles/calcurse/conf
deleted file mode 100644
index 276a5e8..0000000
--- a/dotfiles/calcurse/conf
+++ /dev/null
@@ -1,33 +0,0 @@
-appearance.calendarview=monthly
-appearance.compactpanels=no
-appearance.defaultpanel=calendar
-appearance.layout=5
-appearance.headerline=yes
-appearance.eventseparator=yes
-appearance.dayseparator=yes
-appearance.emptyline=yes
-appearance.emptyday=--
-appearance.notifybar=yes
-appearance.sidebarwidth=2
-appearance.theme=default on default
-appearance.todoview=hide-completed
-appearance.headingpos=right-justified
-daemon.enable=no
-daemon.log=no
-format.inputdate=1
-format.notifydate=%a %F
-format.notifytime=%T
-format.appointmenttime=%H:%M
-format.outputdate=%D
-format.dayheading=%B %e, %Y
-general.autogc=no
-general.autosave=yes
-general.confirmdelete=yes
-general.confirmquit=yes
-general.firstdayofweek=monday
-general.multipledays=yes
-general.periodicsave=0
-general.systemevents=yes
-notification.command=printf '\a'
-notification.notifyall=flagged-only
-notification.warning=300
diff --git a/dotfiles/calcurse/keys b/dotfiles/calcurse/keys
deleted file mode 100644
index 3304bbb..0000000
--- a/dotfiles/calcurse/keys
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# Calcurse keys configuration file
-#
-# In this file the keybindings used by Calcurse are defined.
-# It is generated automatically by Calcurse and is maintained
-# via the key configuration menu of the interactive user
-# interface. It should not be edited directly.
-
-generic-cancel ESC
-generic-select SPC
-generic-credits @
-generic-help ?
-generic-quit q Q
-generic-save s S ^S
-generic-reload R
-generic-copy c
-generic-paste p ^V
-generic-change-view TAB
-generic-prev-view KEY_BTAB
-generic-import i I
-generic-export x X
-generic-goto g G
-generic-other-cmd o O
-generic-config-menu C
-generic-redraw ^R
-generic-add-appt ^A
-generic-add-todo ^T
-generic-prev-day T ^H
-generic-next-day t ^L
-generic-prev-week W ^K
-generic-next-week w
-generic-prev-month M
-generic-next-month m
-generic-prev-year Y
-generic-next-year y
-generic-scroll-down ^N
-generic-scroll-up ^P
-generic-goto-today ^G
-generic-command :
-move-right l L RGT
-move-left h H LFT
-move-down j J DWN
-move-up k K UP
-start-of-week 0
-end-of-week $
-add-item a A
-del-item d D
-edit-item e E
-view-item v V RET
-pipe-item |
-flag-item !
-repeat r
-edit-note n N
-view-note >
-raise-priority +
-lower-priority -
diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig
new file mode 100644
index 0000000..a508e03
--- /dev/null
+++ b/dotfiles/gitconfig
@@ -0,0 +1,9 @@
+[user]
+ name = Skullheadx
+ email = andrew@montgomery.systems
+
+[pull]
+ rebase = true
+
+[url "git@github.com:"]
+ insteadOf = https://github.com/
diff --git a/dotfiles/senpai/senpai.scfg b/dotfiles/senpai/senpai.scfg
index b907cce..a9a3d19 100644
--- a/dotfiles/senpai/senpai.scfg
+++ b/dotfiles/senpai/senpai.scfg
@@ -1,5 +1,4 @@
address skullheadx.com
nickname Skullheadx
username andrew
-password-cmd cat "/home/andrew/.soju-pass"
-channel #lobsters #emacs
+password-cmd pass "Personal/Comm/irc"
diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config
new file mode 100644
index 0000000..03b2c6e
--- /dev/null
+++ b/dotfiles/ssh/config
@@ -0,0 +1,4 @@
+Host github.com
+ AddKeysToAgent yes
+ IdentityFile ~/.ssh/id_ed25519
+