_,-._ , ,
/ \_/ \ ┏┓ ╹ ┓ ┏•┓ { \w/ }
>-(_)-< ┃┃┏┳┓┓┏ ┏ ┏┫┏┓╋╋┓┃┏┓┏ `>!<`
\_/ \_/ ┗┛┛╹┗┗┻ ┛ ┗┻┗┛┗┛┗┗┗ ┛ (/^\)
`-' ' '$ git clone https://github.com/omulh/dot-files ~/
$ cd ~/dot-files
$ stow -v .
Additionally, use the following to get vim-plug:
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
And within vim run :PlugUpdate to download and set the plugins.
Some programs do not play well with symlinks as their config. files.
Those config. files are ignored by the stow command and should be copied manually.
$ cp dot-config/fcitx5/* ~/.config/fcitx5/
This also means that any changes to such config. files has to be manually updated in the dotfiles repo.