These are my dotfiles for linux ,and windows..
- Git installed
sudo pacman -S git
sudo apt install git -y
sudo apt-get install git -y
-
Simply clone the repo using the command below
git clone https://github.com/reiyuchan/dotfiles.git ~/dotfiles
-
Switch to the path where the files cloned <~/dotfiles>
cd ~/dotfiles
cd %USERPROFILE%\dotfiles
-
Run the script to install
./install.sh
.\install.bat