dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2021-10-05 16:30:37 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2022-09-26 21:37:04 +0100 +0100
Commit: 4f5548880fbcf2c9d6b3d3b0c87911dc8da1a848
Parent: aa6aa37895fc820281899e938dba5d0d3b5b3f84


refactor: remove unused configurations
diff --git a/.chunkwmrc b/.chunkwmrc
deleted file mode 100755
index 7da0b8a984c3d669705570b971a5a9b2c7d7d474..0000000000000000000000000000000000000000
--- a/.chunkwmrc
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/usr/bin/env bash
-
-# Core
-
-chunkc core::plugin_dir /usr/local/opt/chunkwm/share/chunkwm/plugins
-chunkc core::hotload 1
-
-# Tiling
-
-chunkc core::load tiling.so
-
-chunkc set global_desktop_mode bsp
-
-chunkc set global_desktop_offset_top 20
-chunkc set global_desktop_offset_bottom 20
-chunkc set global_desktop_offset_left 20
-chunkc set global_desktop_offset_right 20
-chunkc set global_desktop_offset_gap 10
-
-chunkc set desktop_padding_step_size 20.0
-chunkc set desktop_gap_step_size 20.0
-
-chunkc set bsp_spawn_right 1
-chunkc set bsp_split_mode optimal
-chunkc set bsp_split_ratio 0.5
-chunkc set bsp_optimal_ratio 1.618
-
-chunkc set monitor_focus_cycle 1
-chunkc set window_focus_cycle monitor
-
-chunkc set mouse_follows_focus 0
-chunkc set window_float_next 0
-chunkc set window_float_center 1
-chunkc set window_region_locked 1
-
-chunkc set preselect_border_color 0xffd75f5f
-chunkc set preselect_border_width 5
-chunkc set preselect_border_radius 0
-
-chunkc set window_float_topmost 0
-chunkc set window_fade_inactive 0
-chunkc set window_fade_alpha 0.85
-chunkc set window_fade_duration 0.25
-chunkc set window_use_cgs_move 0
-
-chunkc tiling::rule --owner Finder --name Copy --state float
-chunkc tiling::rule --owner \"App Store\" --state float
-chunkc tiling::rule --owner Simulator --state float
-chunkc tiling::rule --owner Stickies --state float
diff --git a/.lldbinit b/.lldbinit
deleted file mode 100644
index 755b2a36465abc903863a6f12fc7eee200ec6e02..0000000000000000000000000000000000000000
--- a/.lldbinit
+++ /dev/null
@@ -1,4 +0,0 @@
-command alias reveal_load_sim expr (void*)dlopen("/Applications/Reveal.app/Contents/SharedSupport/iOS-Libraries/libReveal.dylib", 0x2);
-command alias reveal_load_dev expr (void*)dlopen([(NSString*)[(NSBundle*)[NSBundle mainBundle] pathForResource:@"libReveal" ofType:@"dylib"] cStringUsingEncoding:0x4], 0x2);
-command alias reveal_start expr (void)[(NSNotificationCenter*)[NSNotificationCenter defaultCenter] postNotificationName:@"IBARevealRequestStart" object:nil];
-command alias reveal_stop expr (void)[(NSNotificationCenter*)[NSNotificationCenter defaultCenter] postNotificationName:@"IBARevealRequestStop" object:nil];
diff --git a/.maintain/default.yaml b/.maintain/default.yaml
deleted file mode 100644
index 082722a7c0f48428466ec0889c003f5e5606ce79..0000000000000000000000000000000000000000
--- a/.maintain/default.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-license: BSD
-readme: true
-github:
-    private: true
diff --git a/.yubico/authorized_yubikeys b/.yubico/authorized_yubikeys
deleted file mode 100644
index 8751862d7c87e2b71566854f35baa3da16d96b2c..0000000000000000000000000000000000000000
--- a/.yubico/authorized_yubikeys
+++ /dev/null
@@ -1 +0,0 @@
-kylef:cccccccbndrr
diff --git a/README.md b/README.md
index f5bcebd079eaccbf8795feb8bf6c45e580daa558..0829a9924421ea0f1f4325546a469b887711dc85 100644
--- a/README.md
+++ b/README.md
@@ -19,115 +19,3 @@
 ```shell
 $ make
 ```
-
-## Software
-
-### macOS
-
-- Desktop Environment: aqua
-- Window Manager: [chunkwm](https://koekeishiya.github.io/chunkwm/)
-- Hotkey Daemon: [skhd](https://github.com/koekeishiya/skhd)
-- Editor: vim
-- Browser: Firefox
-- Shell: [fish](http://fishshell.com/)
-
-## Usage
-
-### Keyboard Shortcuts
-
-General rule is `ctrl` is for control characters, `cmd` is for the desktop
-environment which includes application specific shortcuts, and text field
-navigation.
-
-`hyper` and `meh` are for the window manager, `hyper` is used for window
-specific actions and `meh` is for workspace or monitor level actions.
-
-| Shortcut       | Action                |
-|----------------|-----------------------|
-| hyper - return | New Terminal          |
-
-#### Focussed Window
-
-Actions that affect the focussed window.
-
-| Shortcut      | Action                |
-|---------------|-----------------------|
-| hyper - f     | Toggle fullscreen     |
-| hyper - d     | Toggle Float          |
-| hyper - r     | Enter resize mode     |
-
-#### Change Focus
-
-| Shortcut      | Action                |
-|---------------|-----------------------|
-| hyper - up    | Focus up window       |
-| hyper - right | Focus right window    |
-| hyper - down  | Focus down window     |
-| hyper - left  | Focus left window     |
-| hyper - 1     | Focus Desktop 1       |
-| hyper - 2     | Focus Desktop 2       |
-| hyper - 3     | Focus Desktop 3       |
-| hyper - 4     | Focus Desktop 4       |
-| hyper - 5     | Focus Desktop 5       |
-| hyper - 6     | Focus Monitor 1       |
-| hyper - 7     | Focus Monitor 2       |
-| hyper - 8     | Focus Monitor 3       |
-
-##### Resize Mode
-
-| Shortcut      | Action    |
-|---------------|-----------|
-| up            |           |
-| right         |           |
-| down          |           |
-| left          |           |
-| shift - up    |           |
-| shift - right |           |
-| shift - down  |           |
-| shift - left  |           |
-| esc           | Exit Mode |
-| return        | Exit Mode |
-
-#### Current Desktop
-
-| Shortcut      | Action                |
-|---------------|-----------------------|
-| meh - r       | Rotate 90             |
-| meh - x       | Flip X-axis           |
-| meh - y       | Flip Y-axis           |
-| meh - e       | Equalise Window Sizes |
-| meh - g       | Toggle Gaps           |
-| meh - b       | BSP Mode              |
-| meh - m       | Monocle Mode          |
-| meh - d       | Floating Mode         |
-| meh - s       | Toggle split          |
-| meh - f       | Toggle native fullscreen |
-| meh - o       | Enter Gaps Mode       |
-
-#### Move Focussed Window
-
-| Shortcut      | Action                |
-|---------------|-----------------------|
-| meh - up      | Swap up window        |
-| meh - right   | Swap right window     |
-| meh - down    | Swap down window      |
-| meh - left    | Swap left window      |
-| meh - 1       | Move to Desktop 1     |
-| meh - 2       | Move to Desktop 2     |
-| meh - 3       | Move to Desktop 3     |
-| meh - 4       | Move to Desktop 4     |
-| meh - 5       | Move to Desktop 5     |
-| meh - 6       | Move to Monitor 1     |
-| meh - 7       | Move to Monitor 2     |
-| meh - 8       | Move to Monitor 3     |
-
-#### Gaps Mode
-
-| Shortcut      | Action           |
-|---------------|------------------|
-| down          | Decrease Gaps    |
-| up            | Increase Gaps    |
-| left          | Decrease Padding |
-| right         | Increase Padding |
-| esc           | Exit Mode        |
-| return        | Exit Mode        |