Other dotfile updates here and there
This commit is contained in:
@@ -13,4 +13,5 @@ import Data.Monoid
|
|||||||
:set prompt "λ: "
|
:set prompt "λ: "
|
||||||
:set -fno-warn-unused-imports
|
: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": [
|
"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": {
|
"fn_function_keys": {
|
||||||
"f1": "vk_consumer_brightness_down",
|
"f1": "vk_consumer_brightness_down",
|
||||||
"f10": "mute",
|
"f10": "mute",
|
||||||
@@ -20,6 +46,10 @@
|
|||||||
"selected": true,
|
"selected": true,
|
||||||
"simple_modifications": {
|
"simple_modifications": {
|
||||||
"caps_lock": "left_control"
|
"caps_lock": "left_control"
|
||||||
|
},
|
||||||
|
"virtual_hid_keyboard": {
|
||||||
|
"caps_lock_delay_milliseconds": 0,
|
||||||
|
"keyboard_type": "ansi"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
26
khal.conf
26
khal.conf
@@ -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]
|
[calendars]
|
||||||
[[Dustin Swan]]
|
[[fastmail_contacts_local]]
|
||||||
path = ~/Calendars/0f50fcf2-2ca8-4ce7-9be4-8ec0b3f21626
|
path = ~/Contacts/
|
||||||
|
type = discover
|
||||||
|
[[fastmail_calendar_local]]
|
||||||
|
path = ~/Calendars/
|
||||||
|
type = discover
|
||||||
|
|
||||||
[[IOCOM]]
|
[locale]
|
||||||
path = ~/Calendars/fcd1ea6e-b8a1-4bec-a2ab-e0ffa2bdeae6
|
timeformat = %H:%M
|
||||||
|
dateformat = %Y-%m-%d
|
||||||
[[Our Stuff]]
|
longdateformat = %Y-%m-%d
|
||||||
path = ~/Calendars/395d2785-f8ff-4d5d-94c5-d65536ce150b
|
datetimeformat = %Y-%m-%d %H:%M
|
||||||
|
longdatetimeformat = %Y-%m-%d %H:%M
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ show_uids = yes
|
|||||||
sort = last_name
|
sort = last_name
|
||||||
|
|
||||||
[vcard]
|
[vcard]
|
||||||
# private_objects = Jabber, Skype, Twitter
|
# private_objects = Jabber, Skype, Twitter
|
||||||
private_objects = Jabber, Skype, Twitter
|
private_objects = Jabber, Skype, Twitter
|
||||||
# preferred vcard version: 3.0 / 4.0
|
# preferred vcard version: 3.0 / 4.0
|
||||||
preferred_version = 3.0
|
preferred_version = 3.0
|
||||||
|
|||||||
@@ -21,6 +21,8 @@ rm ~/.muttrc; ln -s ~/dotfiles/muttrc ~/.muttrc
|
|||||||
# mac only
|
# mac only
|
||||||
rm ~/Library/KeyBindings/DefaultKeyBinding.dict; cp ~/dotfiles/DefaultKeyBinding.dict ~/Library/KeyBindings/DefaultKeyBinding.dict
|
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 ~/.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
|
touch ~/.hushlogin
|
||||||
|
|
||||||
# linux only
|
# linux only
|
||||||
|
|||||||
Reference in New Issue
Block a user