Literally just my configuration files
macos location:
~/Library/Preferences/Adobe Illustrator 28 Settings/en_US/Workspaces
Windows location:
C:\Users\chick\AppData\Roaming\Adobe\Adobe Illustrator 29 Settings\en_US\x64\Workspaces
Make sure that AHK is installed
A note on setting a theme (in this case gruvbox)
-
Vim
- add a custom vim theme to
~/.vim/colors/theme.vim
something like this - add the following to your .vimrc:
colorscheme gruvbox " sets the theme set termguicolors " maybe not needed idk (kinda discussed here: https://stackoverflow.com/questions/44164518/themes-in-iterm-change-colours-in-vim)
- add a custom vim theme to
-
iTerm:
- Find a .itermColors file like this, and set it using the import function of the profile editor.
The problem I ran into is that everyone's implentation differs slightly between vscode, vim, iterm so its jaring to switch between them. Maybe one day but for now I am just going to stick to my defaults
Update: https://github.com/tinted-theming/home
Chrome extension that injects custom css https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne
- fzf file opening
- keybinding to open (ctrl + p)
- buffers instead of tabs
- left and right keys change buffer
- ctrl + n
- vim.keymap.set('v', '', 'nohlsearch')
- vim.keymap.set('n', '', 'nohlsearch')
- no arrow keys --- force yourself to use the home row
- vim.keymap.set('n', '', '')
- vim.keymap.set('n', '', '')
- vim.keymap.set('i', '', '')
- vim.keymap.set('i', '', '')
- vim.keymap.set('i', '', '')
- vim.keymap.set('i', '', '')
- vim.keymap.set('n', '', ':bp')
- vim.keymap.set('n', '', ':bn')
- change status line of inactive splits
- visual block mode doesnt trigger statusline