Commit Graph

359 Commits

Author SHA1 Message Date
cdanesi 16c981aeb1 remove markdown rendering for now 2024-11-17 14:58:31 -05:00
cdanesi 4875ca971a add noice 2024-11-17 11:35:13 -05:00
cdanesi bf0c755443 rename keymap file for conciseness 2024-11-16 23:18:13 -05:00
cdanesi 532b50e63c change mode to buffer for now 2024-11-16 11:22:30 -05:00
cdanesi 3a4618e2a2 add commentbox plugin 2024-11-16 11:10:28 -05:00
cdanesi 921f0b307b add auto color adjustment to make devicons look a bit nicer with themes 2024-11-16 09:05:03 -05:00
cdanesi 70efe5d9dd change font on MacBook Pro 2024-11-16 09:03:51 -05:00
cdanesi 58b3fddad2 disable annoying and pointless tab indicators 2024-11-15 14:13:39 -05:00
cdanesi 944ab795c8 add keymap to pin tabs 2024-11-15 14:12:52 -05:00
cdanesi 3786723175 add keymaps for bufferline navigation 2024-11-15 13:20:07 -05:00
cdanesi ed02ba60e1 fix offsetting bufferline from nvim-tree 2024-11-15 13:18:29 -05:00
cdanesi efc64284db configure outline plugin 2024-11-15 08:05:38 -05:00
cdanesi 4905d22659 set :cd to only display cwd 2024-11-15 07:34:10 -05:00
cdanesi 8f5620cecd add some nvim settings 2024-11-14 20:36:19 -05:00
cdanesi e2099edaa3 change alacritty font on laptop 2024-11-14 19:37:36 -05:00
cdanesi 269004384c add outline plugin 2024-11-14 15:17:13 -05:00
cdanesi 72ad3abbfd plugin updates 2024-11-14 14:02:53 -05:00
cdanesi e57225e463 remove some clutter from Brewfile 2024-11-14 12:49:52 -05:00
cdanesi 58569c1a10 add more list dir aliases 2024-11-14 12:48:52 -05:00
cdanesi b7bedf1a64 fix colorscheme not being loaded 2024-11-14 12:18:58 -05:00
cdanesi 879796e443 add ranger devicons to bootstrap 2024-11-14 12:07:19 -05:00
cdanesi 0b3d2c8deb add Brewfile 2024-11-14 08:15:27 -05:00
cdanesi 24f74447e9 update diff 2024-11-13 13:14:19 -05:00
cdanesi 23c5bf3420 fix ranger colorscheme
original file was restored after merging divergent branch
2024-11-12 16:53:27 -05:00
cdanesi de474083cd remove default bash configs 2024-11-12 15:14:27 -05:00
cdanesi 3103ec163d fix .profile 2024-11-12 15:06:46 -05:00
cdanesi ca8415bf09 more zshrc cleanup 2024-11-12 14:00:03 -05:00
cdanesi 7dd8dda6c3 update .gitignore 2024-11-12 13:57:50 -05:00
cdanesi ecab9c1646 bootstrap p10k
now requires user input before remote is changed
2024-11-12 13:56:34 -05:00
cdanesi 3f8c51e097 fix typo at update remote 2024-11-11 13:55:18 -05:00
cdanesi 6dde2dfde6 update bootstrap 2024-11-11 13:53:05 -05:00
cdanesi 37c2bdad1f update zshrc
fix PATH
remove zsh-autosuggestions omz plugin
remove zsh-syntax-highlighting omz plugin
add zsh-completions
2024-11-11 13:37:47 -05:00
cdanesi eaac895b03 add .gitignore 2024-11-11 10:03:07 -05:00
cdanesi d9586d6a20 update aliases 2024-11-11 07:32:50 -05:00
cdanesi 7b6320b172 remove last-working-dir plugin from zsh 2024-11-09 14:28:40 -05:00
cdanesi fd84fc39fb remove tmux which-key 2024-11-08 13:07:15 -05:00
cdanesi e4b11ebcaa fix dup keybinding 2024-11-08 11:20:25 -05:00
cdanesi 19f1e405a9 bufferline config
tried to offset the tab list when the file tree is showing, but that
either doesn't work or I don't undertstand something
2024-11-07 15:30:29 -05:00
cdanesi 6fc09bec00 remove sesname 2024-11-07 14:49:44 -05:00
cdanesi 2adb6d8fbc tmux config
added 'notes' to all the keybinds so they show up in the `prefix-?` key
list
a bit of housekeeping
trying out having the statusbar on top
2024-11-07 13:12:16 -05:00
cdanesi 1dfbc25ddf set nvim-tree options 2024-11-07 13:11:06 -05:00
cdanesi 17c3403281 merge update to .aliases
branches diverged after pushing an update to .aliases from my arch
laptop while working on my macbook pro.
2024-11-07 11:31:47 -05:00
cdanesi 648ae16fa2 add alias to use lazygit with yadm 2024-11-07 11:17:37 -05:00
cdanesi 6cc71e3801 change theme path
on macOS, every time the binary updates, the location of the theme was
updating, causing 'file not found' and default theme loaded.
removing the absolute path seems to have fixed that. I also copied
the themes into ~/.config/btop/themes/
2024-11-07 10:23:57 -05:00
cdanesi f44ec099d4 minor nvim config change 2024-11-06 15:32:50 -05:00
cdanesi 8dd1b1012a tmux config
added some new keybinds for switching windows/sessions
custom menu for quick access to window/pane/session commands
nested tmux appears to be working (decent.. not perfect)
*slightly* better keybinds (on MBP at least) for (en|dis)abling active
session
2024-11-06 13:40:47 -05:00
cdanesi 4decd8ed97 remove unused plugin 2024-11-06 13:15:31 -05:00
cdanesi e5319aa5ed set options and keybinds for nested tmux 2024-11-06 09:28:18 -05:00
cdanesi 1c50c11228 add option_as_alt for macOS 2024-11-06 09:27:24 -05:00
cdanesi d20485daf5 add nifty styling to completion menu
added source name to completion menu
kind-specific colorizing in the completion menu
2024-11-05 20:12:35 -05:00