diff --git a/config/xcompose.conf b/config/xcompose.conf new file mode 100644 index 0000000..5acc336 --- /dev/null +++ b/config/xcompose.conf @@ -0,0 +1,4 @@ +include "%L" + + : 'ñ' + <:> <)> : '😄' diff --git a/setup/config.setup.zsh b/setup/config.setup.zsh index edbd829..e3af37d 100644 --- a/setup/config.setup.zsh +++ b/setup/config.setup.zsh @@ -2,6 +2,7 @@ function SETUP__CONFIG() { ############################################################################################ # ~/.config/THE_REST .wryn/config/THE_REST CONFIG__SYMLINK '../.XCompose' 'xcompose.conf' + CONFIG__SYMLINK '../.XConfig' 'xconfig.conf' CONFIG__SYMLINK '../.gitconfig' 'gitconfig' CONFIG__SYMLINK '../.tmux.conf' 'tmux.conf' CONFIG__SYMLINK '../.xinitrc' 'xinitrc'