cat $HOME/.config/i3/config.base \
$HOME/.config/i3/config.local > $HOME/.config/i3/config
I am using i3 and from what I can tell this is the only way to import a seperate file, it seems like trickery (I love tricks). can anyone help me understand what each part is I know with cat $HOME/.../config.base we are reading the contents of the file. the rest allludes me.