Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mahadmuhammad/.dotfiles

A repository for managing and bootstrapping my UNIX development environment.
https://github.com/mahadmuhammad/.dotfiles

Last synced: 6 days ago
JSON representation

A repository for managing and bootstrapping my UNIX development environment.

Awesome Lists containing this project

README

        

# Storing & Managing dotfiles

#### Stowing zsh .dotfiles
```bash
mv ~/.zshrc ~/.dotfiles/zsh/.zshrc
cd ~/.dotfiles
stow zsh
```