Skip to content

Instantly share code, notes, and snippets.

View useit015's full-sized avatar

Oussama Nahiz useit015

View GitHub Profile
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
#.# Better Git Logs.
### Using EMOJI-LOG (https://github.com/ahmadawais/Emoji-Log).
# Git Commit, Add all and Push — in one step.
function gcap() {
git commit -m "$*" && git push
}
# NEW.
function gnew() {
@useit015
useit015 / zsh_conf
Last active November 15, 2020 22:08
# Default editor
export EDITOR="/usr/bin/vim"
# Omzh home
export ZSH="$HOME/.oh-my-zsh"
# Omzh theme
ZSH_THEME="avit"
# Omzh Plugings
@useit015
useit015 / .vimrc
Last active October 5, 2020 14:07
set number relativenumber
set autoindent
set cindent
set shiftwidth=4
set smartindent
set softtabstop=4
colo serape "monokai
syntax on
set mouse=a
set ruler
@useit015
useit015 / History|-10286604|entries.json
Last active April 24, 2022 02:06
Visual Studio Code Settings Sync Gist
{"version":1,"resource":"file:///Users/ouss/Projects/blueRiverTech/height-labeler/src/hooks/useEventListener.ts","entries":[{"id":"uuTB.ts","timestamp":1648837807622},{"id":"PtjE.ts","timestamp":1648935645680}]}
#include <dlfcn.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
int main(void)
{
char *name;
void *handle;