Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michelemazzucco/dotfiles
:wrench: My dotfiles, nothing special.
https://github.com/michelemazzucco/dotfiles
brew-packages dotfiles zsh
Last synced: 3 days ago
JSON representation
:wrench: My dotfiles, nothing special.
- Host: GitHub
- URL: https://github.com/michelemazzucco/dotfiles
- Owner: michelemazzucco
- Created: 2015-12-04T12:24:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T08:53:28.000Z (over 6 years ago)
- Last Synced: 2023-10-20T00:38:03.845Z (about 1 year ago)
- Topics: brew-packages, dotfiles, zsh
- Language: Vim script
- Homepage:
- Size: 555 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles [![Build Status][build-img]][build]
My dotfiles, nothing special.## Installation
**Warning:** Use at your own risk!1. `cd ~/`
2. `./install.sh`
3. Have fun!## What's included?
* Zsh with usefull [aliases][zsh-aliases], my custom [prompt][zsh-prompt] and some [functions][zsh-functions].
* Oh My Zsh installation
* Vim and some plugins (Airline, Supertab, etc...)
* Tmux and some plugins (Tpm, Resurect, Sensible, Copycat)
* My favorites [Brew packages][brew-packages]
* My favorites [Npm packages][npm-packages]
* Programming Fonts[zsh-aliases]: https://github.com/michelemazzucco/dotfiles/blob/master/zsh/aliases.zsh
[zsh-prompt]: https://github.com/michelemazzucco/dotfiles/blob/master/zsh/prompt.zsh
[zsh-functions]: https://github.com/michelemazzucco/dotfiles/blob/master/zsh/functions.zsh
[brew-packages]: https://github.com/michelemazzucco/dotfiles/blob/master/Brewfile
[npm-packages]: https://github.com/michelemazzucco/dotfiles/blob/master/node/install.sh
[build]: https://travis-ci.org/michelemazzucco/dotfiles
[build-img]: https://travis-ci.org/michelemazzucco/dotfiles.svg?branch=master