An open API service indexing awesome lists of open source software.

https://github.com/willneve/dotfiles

My Dotfiles + Setup Script
https://github.com/willneve/dotfiles

dotfiles setup setup-development-environment setup-script ubuntu

Last synced: 3 months ago
JSON representation

My Dotfiles + Setup Script

Awesome Lists containing this project

README

        

# ⏺️ WSL2/Ubuntu Dotfiles Setup

## 1. **Clone the repo into home directory**

```bash
git clone [email protected]:willneve/dotfiles.git ~/dotfiles
```

## 2. **Run setup script**

```bash
chmod +x ~/dotfiles/setup/setup.sh
zsh ~/dotfiles/setup/setup.sh
```


If you are not me feel free to instead download the script and inspect it πŸ‘€





```bash
wget -O the-dotfiles-setup-script.sh https://raw.githubusercontent.com/WillNeve/dotfiles/refs/heads/main/setup/setup.sh
echo " - - - - - - v DOTFILES SETUP SCRIPT v - - - - - -"
cat the-setup-script.sh
echo " - - - - - - ^ DOTFILES SETUP SCRIPT ^ - - - - - -"
rm the-setup-script.sh
```