Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 237 Bytes

File metadata and controls

11 lines (9 loc) · 237 Bytes

**How I setup my dotfiles on a new system"

I first run these commands, and everything gets setup!

mkdir temp
cd temp
curl -O https://raw.githubusercontent.com/ver1log/dotfiles/main/install.sh
chmod +x install.sh
./install.sh