other random assorted dotfiles.
these should be symlinked into your $HOME
folder.
i recommend using .bash_profile
for any system-specific settings for that particular machine.
this config file should be symlinked into a .config
:
mkdir -p ~/.config/alacritty
ln -s ~/repos/dotfiles/alacritty.yml ~/.config/alacritty/
i needed help from here to get termtype info correct. my sequence was:
/opt/homebrew/Cellar/ncurses/6.2/bin/infocmp tmux-256color > ~/.tmux/tmux-256color.info
tic -xe tmux-256color ~/.tmux/tmux-256color.info
this should probably just be the base config. use like so:
cat ~/repos/dotfiles/ssh_config > ~/.ssh/config
and then add specific hosts beyond moomers there.