ReagentX / Config

My dev configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config

My dev configuration files

tmux + VSCode Setup

For keybindings and settings, create a symlinks to the files like so:

~ % ln -s vscode_config/settings.json  ~/Library/Application\ Support/Code/User/settings.json
~ % ln -s vscode_config/keybindings.json  ~/Library/Application\ Support/Code/User/keybindings.json
~ % ln tmux_config/tmux.conf ~/.tmux.conf
~ % ln alacritty_config/alacritty.yml ~/.alacritty.yml
~ % ln zellij/config.kdl ~/.config/zellij
~ % ln zellij/layouts/home.kdl ~/.config/zellij/layouts

tmux Note

Install tpm to manage plugins.

iTerm 2 Themes (Deprecated)

Blueberry Banana

Blue Matrix

Cyberdyne

Laser

Scarlet Protocol

About

My dev configuration files