Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```