Skip to content

Lolmerkat/crossdots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crossdots

My personal configuration files shared across Linux and Windows.

Installation

Preferred - using stow:

Prerequisites:

  • git
  • GNU stow
  • a .dotfiles directory

Open your shell of choice and run:

cd ~/.dotfiles
git clone https://github.com/Lolmerkat/crossdots cross-config
stow --target=~/ cross-config

or in one command:

cd ~/.dotfiles && git clone https://github.com/Lolmerkat/crossdots cross-config && stow --target=~/ cross-config

On Windows:

You will either need to have WSL or the MSYS2 shell installed.

My recommendation for the .dotfiles location is %userprofile%/.dotfiles which expands to C:\Users\<name>\.dotfiles, where <name> is your username.

In the first and third command replace ~/ with C:\Users\<name>.
You should see the configuration files appear in C:\Users\<name>\.config.

Using plain git

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-config

or in one command:

git clone https://github.com/Lolmerkat/crossdots tmp_cross-config && mv ./tmp_cross-config ~/.config && rm -rf ./tmp_cross-config

On Windows:

In the second command replace ~/ with C:\Users\<name>.
You should see the configuration files appear in C:\Users\<name>\.config.

About

My crossplattform dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages