- Install https://github.com/bluz71/vim-nightfly-guicolors color schema and configure it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########################### | |
| # Configuration | |
| ########################### | |
| # use 256 term for pretty colors | |
| # set -g default-terminal "screen-256color" # making tmux slow | |
| set -g default-terminal "xterm-256color" | |
| # Enable mouse support | |
| set -g mouse on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Author: przbadu | |
| # | |
| # Usage: heroku-copy-config <source> <target> | |
| set -e | |
| sourceApp="$1" | |
| targetApp="$2" | |
| config="" |
- Download and install required stacks from bitnami ruby stack
- Follow https://medium.com/@keokilee/rails-on-windows-with-bitnami-8c04d886eddc if you want advance deployment
- Install ruby stack using bitnami
- Open
Use Bitnami Ruby Stackterminal that bitnami installed (you can search this program in installed programs).
Note: This post is a summary of information paraphrased from an excellent blog post by Christian Sepulveda.
Create the app and download the necessary dependencies.
Install and configure tslint and prettier
yarn global add tslint typescript
tslint --init
yarn add prettier --dev --exact
npm i -D tslint-config-prettiertslint.json