Skip to content

Instantly share code, notes, and snippets.

View AdelDima's full-sized avatar
:octocat:
Working from home

Adel Tahri AdelDima

:octocat:
Working from home
View GitHub Profile
@AdelDima
AdelDima / iterm2-solarized.md
Created January 17, 2019 17:11 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

@AdelDima
AdelDima / docker-compose.yml
Created January 17, 2021 20:17 — forked from byk0t/docker-compose.yml
Docker compose for odoo:14 and PostgreSQL:13
version: '3'
services:
db:
image: postgres:13
volumes:
- db-data:/var/lib/postgresql/data/pgdata
ports:
- 5432:5432/tcp
environment:
- POSTGRES_PASSWORD=odoo
@AdelDima
AdelDima / BaseForm.tsx
Created October 9, 2023 21:12 — forked from ShinyObjectLabs/BaseForm.tsx
Framer Form Component
/*
MIT License
Copyright © Joel Whitaker
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: