My dotfiles setup.
Before running main install script you need to review configuration repo and install it. See your target dotfiles-cfg-(...) repo for further instructions.
After sourcing dotfile's config launch installation process by:
See dotfiles-cfg/.dotfiles-config for variable reference.
rm -rf $HOME/.dotfiles-source && ln -sf $_DOTFILES_SOURCE $HOME/.dotfiles-source
cd !!:$
./install.sh
Clone repo:
git clone --depth 1 https://github.com/qaraluch/dotfiles.git .dotfiles-source
cd !!:$
./install.sh
For installing vscode there is separate installation script:
cd vscode/ && ./install.sh
- wslpath - djcj
MIT © qaraluch