Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanmcdowell/dotfiles
https://github.com/ryanmcdowell/dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanmcdowell/dotfiles
- Owner: ryanmcdowell
- License: mit
- Created: 2014-02-16T01:45:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T02:06:34.000Z (over 1 year ago)
- Last Synced: 2023-07-11T03:23:30.288Z (over 1 year ago)
- Language: Shell
- Size: 1.64 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DotFiles
System configuration scripts to bootstrap a new development environment based on my personal preferences. This repo utilizes the Oh My Zsh project and can be further customized using it's plugins.
## Installing fonts
To install the powerline fonts on Linux, clone the following repository and open the .ttf files to add them to your font library.
```sh
git clone https://github.com/gabrielelana/awesome-terminal-fonts/tree/patching-strategy
```## Applications
The [app.sh](app.sh) file will install the following applications from homebrew and will be invoked in the [bootstrap.sh](bootstrap.sh) file. Comment or remove `brew install` invocations within [app.sh](app.sh) to prevent any undesired applications or plugins from automatically being installed.
Applications installed by default:
* Google Chrome
* Intellij Idea CE
* MPlayerX
* Spotify
* Sublime Text
* The Unarchiver
* Thinkorswim
* Visual Studio CodePlugins installed by default:
| Plugin | Description |
|--------------------|--------------------------------------------------------------------|
| qlmarkdown | Quicklook plugin for viewing Markdown files |
| quicklook-json | Quicklook plugin for pretty-printing JSON files |
| qlprettypatch | Quicklook plugin for viewing patch files |
| quicklook-csv | Quicklook plugin for viewing CSV files as tables |
| qlimagesize | Quicklook plugin to display image dimensions when viewing an image |
| webpquicklook | Quicklook plugin for viewing WebP files |
| suspicious-package | Quicklook plugin to inspect suspicious packages |