Skip to content

deybhayden/dotfiles

Repository files navigation

Dotfiles

macOS & Windows Subsystem for Linux (WSL) Dotfiles

To link these files, I recommend using stow.

macOS

Install

mkdir ~/Repos
cd ~/Repos
# if you have git
git clone https://github.com/deybhayden/dotfiles.git
# if not, download and unzip
cd dotfiles
cp .gitconfig ~
cp .zprofile ~
.local/bin/macsimus.sh

Update

.local/bin/macsimus.sh

WSL (Ubuntu)

Install

# set up WSL (Ubuntu) and then in the Ubuntu shell
mkdir ~/Repos
cd ~/Repos
# if you have git
git clone https://github.com/deybhayden/dotfiles.git
# if not, download and unzip
cd dotfiles
cp .gitconfig ~
cp .zprofile ~
.local/bin/wsly.sh