Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deybhayden/dotfiles
zsh 'n stuff
https://github.com/deybhayden/dotfiles
dotfiles homebrew macos wsl-ubuntu wsl2 zsh
Last synced: about 11 hours ago
JSON representation
zsh 'n stuff
- Host: GitHub
- URL: https://github.com/deybhayden/dotfiles
- Owner: deybhayden
- Created: 2012-03-22T00:31:34.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T14:21:27.000Z (about 2 months ago)
- Last Synced: 2024-09-14T05:14:59.998Z (about 2 months ago)
- Topics: dotfiles, homebrew, macos, wsl-ubuntu, wsl2, zsh
- Language: Shell
- Homepage:
- Size: 43.9 KB
- Stars: 8
- Watchers: 0
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
macOS & Windows Subsystem for Linux (WSL) Dotfiles
To link these files, I recommend using [stow](http://www.gnu.org/software/stow/).
## macOS
- [homebrew](https://brew.sh/)
- [zsh](https://github.com/zsh-users)
- [pyenv](https://github.com/pyenv/pyenv)
- [nvm](https://github.com/nvm-sh/nvm)### Install
```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/macsimus.sh
```### Update
```shell
.local/bin/macsimus.sh
```## 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)### 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
```