Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emazzotta/dotfiles
⚡️ Collection of my dotfiles
https://github.com/emazzotta/dotfiles
bashrc config dotfile dotfiles tmux vimrc zshrc
Last synced: about 2 months ago
JSON representation
⚡️ Collection of my dotfiles
- Host: GitHub
- URL: https://github.com/emazzotta/dotfiles
- Owner: emazzotta
- Created: 2018-10-23T15:22:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T16:51:06.000Z (8 months ago)
- Last Synced: 2024-05-29T07:56:08.075Z (8 months ago)
- Topics: bashrc, config, dotfile, dotfiles, tmux, vimrc, zshrc
- Language: Shell
- Homepage:
- Size: 2.1 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
This is a collection of my dotfiles.
## Install
```bash
cd ${HOME} && \
curl -fSsL https://github.com/emazzotta/dotfiles/archive/master.zip > master.zip && \
unzip master.zip && \
rm -rf master.zip && \
mv dotfiles-master dotfiles && \
cd dotfiles && \
./setup
```