https://github.com/deybhayden/dotfiles
zsh 'n stuff
https://github.com/deybhayden/dotfiles
dotfiles ubuntu wsl-ubuntu wsl2 zsh
Last synced: 4 months ago
JSON representation
zsh 'n stuff
- Host: GitHub
- URL: https://github.com/deybhayden/dotfiles
- Owner: deybhayden
- Created: 2012-03-22T00:31:34.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2025-09-24T16:32:05.000Z (5 months ago)
- Last Synced: 2025-10-09T03:32:17.932Z (4 months ago)
- Topics: dotfiles, ubuntu, wsl-ubuntu, wsl2, zsh
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 9
- Watchers: 0
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Linux & Windows Subsystem for Linux (WSL) Dotfiles
To link these files, I recommend using [stow](http://www.gnu.org/software/stow/).
## WSL (Ubuntu)
- [apt](https://manpages.ubuntu.com/manpages/trusty/man8/apt.8.html)
- [zsh](https://github.com/zsh-users)
- [pyenv](https://github.com/pyenv/pyenv)
- [nvm](https://github.com/nvm-sh/nvm)
- [golang](https://go.dev/)
### Install
```shell
# 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
```