My personal configuration files shared across Linux and Windows.
Prerequisites:
git- GNU
stow - a
.dotfilesdirectory
Open your shell of choice and run:
cd ~/.dotfiles
git clone https://github.com/Lolmerkat/crossdots cross-config
stow --target=~/ cross-configor in one command:
cd ~/.dotfiles && git clone https://github.com/Lolmerkat/crossdots cross-config && stow --target=~/ cross-configOn Windows:
You will either need to have WSL or the MSYS2 shell installed.
My recommendation for the
.dotfileslocation is%userprofile%/.dotfileswhich expands toC:\Users\<name>\.dotfiles, where<name>is your username.In the first and third command replace
~/withC:\Users\<name>.
You should see the configuration files appear inC:\Users\<name>\.config.
Prerequisites:
git
Open your shell of choice and run:
git clone https://github.com/Lolmerkat/crossdots tmp_cross-config
mv ./tmp_cross-config ~/.config
rm -rf ./tmp_cross-configor in one command:
git clone https://github.com/Lolmerkat/crossdots tmp_cross-config && mv ./tmp_cross-config ~/.config && rm -rf ./tmp_cross-configOn Windows:
In the second command replace
~/withC:\Users\<name>.
You should see the configuration files appear inC:\Users\<name>\.config.