Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mahadmuhammad/.dotfiles
- Owner: MahadMuhammad
- License: mit
- Created: 2023-10-08T10:13:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T08:12:44.000Z (2 months ago)
- Last Synced: 2024-09-15T11:01:00.734Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Storing & Managing dotfiles
#### Stowing zsh .dotfiles
```bash
mv ~/.zshrc ~/.dotfiles/zsh/.zshrc
cd ~/.dotfiles
stow zsh
```