Skip to content

Instantly share code, notes, and snippets.

@khenam
khenam / .tmux.conf
Created May 28, 2018 21:29
Shell tips
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'jimeh/tmux-themepack'
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
# set Zsh as your default Tmux shell
set-option -g default-shell /bin/zsh
# UTF is great, let us use that
@khenam
khenam / yiidoctrine2_LICENSE
Created July 3, 2016 19:43 — forked from bluecloudy/yiidoctrine2_LICENSE
This is an extension for the Yii Framework that integrates Doctrine 2 ORM & ODM projects
The MIT License (MIT)
Copyright (c) 2014 bluecloudy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: