Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroEcks authored Sep 1, 2024
1 parent 9458eb8 commit ca0ec92
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Dotfiles

This folder is used to initialise my macs (hopefully with linux support again in the future)

A quick copy/paste for setting up a computer is

```bash
mkdir -p ~/Documents/code/
curl https://github.com/ZeroEcks/dotfiles/archive/refs/heads/main.zip -o ~/Documents/code/dotfiles.zip
unzip ~/Documents/code/dotfiles.zip -d ~/Documents/code/dotfiles
cd ~/Documents/code/dotfiles
./init.sh
```

0 comments on commit ca0ec92

Please sign in to comment.