Rabu, 28 Agustus 2019

travis ci + Laravel

tambah env.travis yang isinya file env.example buat travis.yml seperti ini : language: php php: - 7.2 services: - mysql before_script: - cp .env.travis .env - mysql -e 'create database test;' - composer self-update - composer install --no-interaction - php artisan key:generate - php...

Senin, 26 Agustus 2019

CMDER + ZSH

custom cmder dengan zsh agar lebih nikmat / enak di pandang config nya https://github.com/AmrEldib/cmder-powerline-prompt simpan di cmder/config font dan icon bisa di ambil di https://github.com/powerline/fonts/tree/master/AnonymousPro lebih lengkap nya ada di github tenky...