Other dotfile updates here and there
This commit is contained in:
@@ -13,4 +13,5 @@ import Data.Monoid
|
||||
:set prompt "λ: "
|
||||
:set -fno-warn-unused-imports
|
||||
|
||||
: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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
22
khal.conf
22
khal.conf
@@ -1,16 +1,14 @@
|
||||
[calendars]
|
||||
[[fastmail_contacts_local]]
|
||||
path = ~/Contacts/
|
||||
type = discover
|
||||
[[fastmail_calendar_local]]
|
||||
path = ~/Calendars/
|
||||
type = discover
|
||||
|
||||
[locale]
|
||||
timeformat = %H:%M
|
||||
dateformat = %m-%d
|
||||
dateformat = %Y-%m-%d
|
||||
longdateformat = %Y-%m-%d
|
||||
datetimeformat = %m-%d %H:%M
|
||||
datetimeformat = %Y-%m-%d %H:%M
|
||||
longdatetimeformat = %Y-%m-%d %H:%M
|
||||
|
||||
[calendars]
|
||||
[[Dustin Swan]]
|
||||
path = ~/Calendars/0f50fcf2-2ca8-4ce7-9be4-8ec0b3f21626
|
||||
|
||||
[[IOCOM]]
|
||||
path = ~/Calendars/fcd1ea6e-b8a1-4bec-a2ab-e0ffa2bdeae6
|
||||
|
||||
[[Our Stuff]]
|
||||
path = ~/Calendars/395d2785-f8ff-4d5d-94c5-d65536ce150b
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user