Other dotfile updates here and there

master
Dustin Swan 7 years ago
parent 95edbb391e
commit 58caf1b9e2

@ -13,4 +13,5 @@ import Data.Monoid
:set prompt "λ: "
:set -fno-warn-unused-imports
:def hoogle \s -> return $ ":! hoogle --count=15 \"" ++ s ++ "\""
:def hlint const . return $ ":! hlint \"src\""
:def hoogle \s -> return $ ":! hoogle --count=15 \"" ++ s ++ "\""

@ -1,7 +1,33 @@
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"show_profile_name_in_menu_bar": false
},
"profiles": [
{
"devices": [],
"devices": [
{
"disable_built_in_keyboard_if_exists": false,
"identifiers": {
"is_keyboard": true,
"is_pointing_device": false,
"product_id": 1553,
"vendor_id": 3897
},
"ignore": true
},
{
"disable_built_in_keyboard_if_exists": false,
"identifiers": {
"is_keyboard": true,
"is_pointing_device": false,
"product_id": 601,
"vendor_id": 1452
},
"ignore": true
}
],
"fn_function_keys": {
"f1": "vk_consumer_brightness_down",
"f10": "mute",
@ -20,6 +46,10 @@
"selected": true,
"simple_modifications": {
"caps_lock": "left_control"
},
"virtual_hid_keyboard": {
"caps_lock_delay_milliseconds": 0,
"keyboard_type": "ansi"
}
}
]

@ -1,16 +1,14 @@
[locale]
timeformat = %H:%M
dateformat = %m-%d
longdateformat = %Y-%m-%d
datetimeformat = %m-%d %H:%M
longdatetimeformat = %Y-%m-%d %H:%M
[calendars]
[[Dustin Swan]]
path = ~/Calendars/0f50fcf2-2ca8-4ce7-9be4-8ec0b3f21626
[[fastmail_contacts_local]]
path = ~/Contacts/
type = discover
[[fastmail_calendar_local]]
path = ~/Calendars/
type = discover
[[IOCOM]]
path = ~/Calendars/fcd1ea6e-b8a1-4bec-a2ab-e0ffa2bdeae6
[[Our Stuff]]
path = ~/Calendars/395d2785-f8ff-4d5d-94c5-d65536ce150b
[locale]
timeformat = %H:%M
dateformat = %Y-%m-%d
longdateformat = %Y-%m-%d
datetimeformat = %Y-%m-%d %H:%M
longdatetimeformat = %Y-%m-%d %H:%M

@ -23,7 +23,7 @@ show_uids = yes
sort = last_name
[vcard]
# private_objects = Jabber, Skype, Twitter
# private_objects = Jabber, Skype, Twitter
private_objects = Jabber, Skype, Twitter
# preferred vcard version: 3.0 / 4.0
preferred_version = 3.0

@ -21,6 +21,8 @@ rm ~/.muttrc; ln -s ~/dotfiles/muttrc ~/.muttrc
# mac only
rm ~/Library/KeyBindings/DefaultKeyBinding.dict; cp ~/dotfiles/DefaultKeyBinding.dict ~/Library/KeyBindings/DefaultKeyBinding.dict
rm ~/.karabiner.d/configuration/karabiner.json; ln -s ~/dotfiles/karabiner.json ~/.karabiner.d/configuration/karabiner.json
rm -rf ~/.kwm; mkdir ~/.kwm; ln -s ~/dotfiles/kwmrc ~/.kwm/kwmrc
rm -rf ~/.khdrc; ln -s ~/dotfiles/khdrc ~/.khdrc
touch ~/.hushlogin
# linux only

Loading…
Cancel
Save