Skip to content

Commit

Permalink
πŸ“¦ NEW: Release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Mar 31, 2018
1 parent fae9265 commit f2fa084
Show file tree
Hide file tree
Showing 4 changed files with 5,096 additions and 5 deletions.
71 changes: 71 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Packages #
############
*.7z
*.dmg
*.gz
*.bz2
*.iso
*.jar
*.rar
*.tar
*.zip
*.tgz
*.map

# Logs and databases #
######################
*.log
*.sql

# OS generated files #
######################
**.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
._*

# Vim generated files #
######################
*.un~

# SASS #
##########
**/.sass-cache
**/.sass-cache/*
**/.map

# Composer #
##########
vendors/composer/
!assets/js/vendor/
wpcs/
composer.lock

# Bower #
##########
assets/bower_components/*

# Codekit #
##########
/codekit-config.json
*.codekit
**.codekit-cache/*

# NPM #
##########
node_modules

# Compiled Files and Build Dirs #
##########
/README.html
/build/

# PhpStrom Project Files #
.idea/
library/vendors/composer
assets/img/.DS_Store
assets/sass/HTML
assets/sass/Rails
HTML
Rails
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@

## Easy Installation

1. Drop the `shades-of-purple.zsh-theme` file in to the `~/.oh-my-zsh/themes/` directory.
1. Drop the [`shades-of-purple.zsh-theme`](https://raw.githubusercontent.com/ahmadawais/shades-of-purple-iterm2/master/shades-of-purple.zsh-theme) file in to the `~/.oh-my-zsh/themes/` directory.
2. Open up your ZSH preferences at `~/.zshrc` and change the theme variable to `ZSH_THEME="shades-of-purple"`.
3. In iTerm2 access the *Preferences* pane on the *Profiles* tab.
4. Under the *Colors* tab import the `shades-of-purple.itermcolors` file via the *Load Presets* drop-down at the bottom right.
4. Under the *Colors* tab import the [`shades-of-purple.itermcolors`](https://raw.githubusercontent.com/ahmadawais/shades-of-purple-iterm2/master/shades-of-purple.itermcolors) file via the *Load Presets* drop-down at the bottom right.
5. Under the *Text* tab change the font for each type (*Regular Font* to [Operator Mono](https://www.typography.com/fonts/operator/styles/) or [Fira Code](https://github.com/tonsky/FiraCode) or whatever you like, but for *Non-ASCII* font you must use **[Inconsolata for Powerline](https://github.com/powerline/fonts/tree/master/Inconsolata)**.
6. Refresh ZSH by typing `source ~/.zshrc` on the command line.
7. Done!!! πŸ™Œ
Expand All @@ -47,8 +47,8 @@

## Tips & Tricks

- βœ… `shades-of-purple.itermcolors` is for anyone who uses iTerm2 and wants the same colors as shown above.
- βœ… `shades-of-purple.zsh-theme` is the prompt layout for zsh users to make your terminal report relevant and awesome info. You should probably use both.
- βœ… [`shades-of-purple.itermcolors`](https://raw.githubusercontent.com/ahmadawais/shades-of-purple-iterm2/master/shades-of-purple.itermcolors) is for anyone who uses iTerm2 and wants the same colors as shown above.
- βœ… [`shades-of-purple.zsh-theme`](https://raw.githubusercontent.com/ahmadawais/shades-of-purple-iterm2/master/shades-of-purple.zsh-theme) is the prompt layout for zsh users to make your terminal report relevant and awesome info. You should probably use both.

![my font settings](https://on.ahmda.ws/qYpw/c)

Expand Down
Loading

0 comments on commit f2fa084

Please sign in to comment.