Skip to content

Instantly share code, notes, and snippets.

View milose's full-sized avatar

Miloš Šaković milose

View GitHub Profile
@milose
milose / bash_it.md
Last active October 20, 2016 02:50
Installing and syncing bash_it between multiple computers

bash_it-settings

Custom themes (with bash_it) and aliases for development and vm boxes. To sync aliases just run bsync after installing.

Install bash_it

Clone the repository to get it:

git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
~/.bash_it/install.sh
@milose
milose / blog.md
Last active December 13, 2017 17:39
This is my first blog post.

#Woo hoo.

This was really easy to do.

What if I enter another paragraph?

And another?

And another one?

@milose
milose / gulpfile.js
Last active January 23, 2017 19:32
Laravel Elixir boilerplate for Foundation 6
var elixir = require('laravel-elixir'),
env = require('dotenv').load();
var path = {
node: 'node_modules/',
foundation: 'foundation-sites/',
motionui: 'motion-ui/',
};
elixir.config.sourcemaps = process.env.APP_DEBUG;
Cool:
sudo apt-get install byobu
byobu-enable
~relogin
f9 to configure labels
Simple:
Memory:
sudo apt-get install htop
htop
@milose
milose / mac - dns flush
Created September 24, 2015 01:49
Mac OSX flush DNS cache
sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder;say cache flushed