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
- Host: GitHub
- URL: https://github.com/willneve/dotfiles
- Owner: WillNeve
- Created: 2024-10-24T00:34:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T22:58:35.000Z (3 months ago)
- Last Synced: 2025-03-17T23:37:26.010Z (3 months ago)
- Topics: dotfiles, setup, setup-development-environment, setup-script, ubuntu
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```