dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 80099c097f6c234263413158a9f863e71995ba2c
parent 039fa967635f4e65b06390aa071ad3fd72f4a423
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu,  1 Aug 2019 13:55:26 +0200

conf: added irssi

Former-commit-id: 5c055f1e47e8ec2b0cdf4c9df5c93e4073066064
Diffstat:
Mscripts/conf | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/scripts/conf b/scripts/conf @@ -20,6 +20,7 @@ print_available() { echo "ctags language definitions for ctags" echo "gdb gdb dashboard and the like" echo "git git config files and hooks" + echo "irssi irssi - the IRC client" echo "iterm2 profiles, colors, and such for iTerm2 (Mac)" echo "karabiner key config for karabiner-elements on Mac, notably caps lock as escape and control" echo "newsboat urls and keymap for newsboat RSS reader" @@ -54,6 +55,9 @@ use_files() { conf_check git config --global init.templatedir "$DOTFILES"/git/git_template fi ;; + "irssi") + lncommand "$DOTFILES/irssi" "$HOME/.irssi" + ;; "iterm2") lncommand "$DOTFILES/iterm2" "$HOME/.iterm2" ;;