Skip to content

Instantly share code, notes, and snippets.

View djm-im's full-sized avatar

Djordje Mijatović djm-im

View GitHub Profile
# 1. Start and set up Apple ID
# 2. Updte the OS
# 3. Update apps
# 4. Install Homebrew
# ...
# 5. iTerm & zsh & oh-my-zsh
brew install --cask iterm2

Keybase proof

I hereby claim:

  • I am djm-im on github.
  • I am djm_im (https://keybase.io/djm_im) on keybase.
  • I have a public key ASDgo_b6Ih2lCAponOhsgPlXshlFVYeCvWGnklaci9462Qo

To claim this, I am signing this object:

# firefox and vimFx
sudo apt install firefox
#
sudo apt install vim
# git
sudo apt install git
sudo apt install bash-completion
@djm-im
djm-im / Twitter Bootstrap
Created October 26, 2014 10:07
Bootstrap min template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
@djm-im
djm-im / 0_reuse_code.js
Last active August 29, 2015 14:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console