summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-02-07 17:30:49 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-02-07 17:30:49 -0500
commit3249d6b100ed600ae735a427244a9bf83637e4a2 (patch)
tree453146fd57663b2baa3c80eb19bef4f1627bdd14
parentbe67c974a2b93724069feb520adbd8a506253fd5 (diff)
downloadeibhear-3249d6b100ed600ae735a427244a9bf83637e4a2.tar.gz
eibhear-3249d6b100ed600ae735a427244a9bf83637e4a2.tar.zst
eibhear-3249d6b100ed600ae735a427244a9bf83637e4a2.zip
clean up
-rw-r--r--.config/calcurse/conf25
-rw-r--r--.config/calcurse/keys47
-rw-r--r--.config/shell/aliasrc1
-rw-r--r--.config/tmux/tmux.conf58
-rw-r--r--.local/share/larbs/larbs.pngbin47351 -> 0 bytes
-rw-r--r--README.md7
6 files changed, 2 insertions, 136 deletions
diff --git a/.config/calcurse/conf b/.config/calcurse/conf
deleted file mode 100644
index e829390..0000000
--- a/.config/calcurse/conf
+++ /dev/null
@@ -1,25 +0,0 @@
-appearance.calendarview=monthly
-appearance.compactpanels=no
-appearance.defaultpanel=calendar
-appearance.layout=1
-appearance.notifybar=yes
-appearance.sidebarwidth=1
-appearance.theme=red on default
-appearance.todoview=show-completed
-daemon.enable=no
-daemon.log=no
-format.inputdate=1
-format.notifydate=%a %F
-format.notifytime=%T
-format.outputdate=%D
-general.autogc=no
-general.autosave=yes
-general.confirmdelete=yes
-general.confirmquit=no
-general.firstdayofweek=sunday
-general.periodicsave=0
-general.progressbar=yes
-general.systemdialogs=no
-notification.command=printf '\a'
-notification.notifyall=flagged-only
-notification.warning=300
diff --git a/.config/calcurse/keys b/.config/calcurse/keys
deleted file mode 100644
index 213a17b..0000000
--- a/.config/calcurse/keys
+++ /dev/null
@@ -1,47 +0,0 @@
-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-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 ^J
-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
-pipe-item |
-flag-item !
-repeat r
-edit-note n N
-view-note >
-raise-priority +
-lower-priority -
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 39ac509..1b0e835 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -40,4 +40,3 @@ alias \
magit="nvim -c MagitOnly" \
ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/zshnameddirrc" \
weath="less -S ${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport" \
- tmux="tmux -f ${XDG_CONFIG_HOME:-$HOME/.config}/tmux/tmux.conf" \
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
deleted file mode 100644
index c74458e..0000000
--- a/.config/tmux/tmux.conf
+++ /dev/null
@@ -1,58 +0,0 @@
-set -g prefix C-a
-setw -g mode-keys vi
-setw -g mode-style bg=black
-set-option -g default-terminal "xterm-256color"
-set-option -g pane-active-border-style fg=green
-set-window-option -g xterm-keys on # for vim
-set-window-option -g mode-keys vi # vi key
-set-window-option -g monitor-activity on
-set-window-option -g window-status-current-style fg=white
-setw -g window-status-current-style reverse
-setw -g automatic-rename
-set -g mouse on
-set -g history-limit 30000
-set -g terminal-overrides 'xterm*:smcup@:rmcup@'
-set -sg escape-time 20 # faster escape delay time
-set-option -g status-justify right
-set-option -g status-bg black # colour213 # pink
-set-option -g status-fg cyan
-set-option -g status-interval 5
-set-option -g status-left-length 30
-set-option -g status-left '#[fg=magenta]» #[fg=blue,bold]#T#[default]'
-set-option -g status-right '#[fg=red,bold][[ #(git branch) branch ]] #[fg=cyan]»» #[fg=blue,bold]###S #[fg=magenta]%R %m-%d#(acpi | cut -d ',' -f 2)#[default]'
-set-option -g visual-activity on
-set-option -g set-titles on
-set-option -g set-titles-string '#H:#S.#I.#P #W #T'
-unbind j
-unbind C-b # unbind default leader key
-unbind '"' # unbind horizontal split
-unbind % # unbind vertical split
-bind-key r source-file ~/.config/tmux/tmux.conf
-bind-key c split-window -v # split pane horizontally
-bind-key v split-window -h # split pane vertically
-bind-key Space list-panes
-bind-key Enter break-pane
-bind-key Space command-prompt "joinp -t:%%" # %% = prompt for window.pane [-V|H] # vert|hor split
-bind-key -n C-up prev
-bind-key -n C-left prev
-bind-key -n C-right next
-bind-key -n C-down next
-set-window-option -g window-status-current-style bg=red
-bind C-c new-window
-bind C-j previous-window
-bind C-k next-window
-#bind-key C-a last-window # C-a C-a for last active window
-bind A command-prompt "rename-window %%"
-setw -g aggressive-resize on
-bind-key h select-pane -L
-bind-key j select-pane -D
-bind-key k select-pane -U
-bind-key l select-pane -R
-bind-key -r C-h resize-pane -L
-bind-key -r C-j resize-pane -D
-bind-key -r C-k resize-pane -U
-bind-key -r C-l resize-pane -R
-bind o select-layout "active-only"
-bind M-- select-layout "even-vertical"
-bind M-| select-layout "even-horizontal"
-bind M-r rotate-window
diff --git a/.local/share/larbs/larbs.png b/.local/share/larbs/larbs.png
deleted file mode 100644
index 0dbc687..0000000
--- a/.local/share/larbs/larbs.png
+++ /dev/null
Binary files differ
diff --git a/README.md b/README.md
index 093f09f..0ea1a8c 100644
--- a/README.md
+++ b/README.md
@@ -7,20 +7,17 @@ These are the dotfiles deployed by [LARBS](https://larbs.xyz) and as seen on
- Settings for:
- vim/nvim (text editor)
- zsh (shell)
- - sxhkd (general key binder)
- lf (file manager)
- mpd/ncmpcpp (music)
- sxiv (image/gif viewer)
- mpv (video player)
- - calcurse (calendar program)
- - tmux
- other stuff like xdg default programs, inputrc and more, etc.
- I try to minimize what's directly in `~` so:
- All configs that can be in `~/.config/` are.
- Some environmental variables have been set in `~/.zprofile` to move configs into `~/.config/`
- Bookmarks in text files used by various scripts (like `~/.local/bin/shortcuts`)
- - File bookmarks in `~/.config/files`
- - Directory bookmarks in `~/.config/directories`
+ - File bookmarks in `~/.config/shell/bm-files`
+ - Directory bookmarks in `~/.config/shell/bm-dirs`
## Usage