Skip to content

Instantly share code, notes, and snippets.

View AlexImb's full-sized avatar
:octocat:

Alex Imbrea AlexImb

:octocat:
View GitHub Profile
@AlexImb
AlexImb / 📊 Weekly development breakdown
Last active March 21, 2022 02:31
Weekly development time
Other 11 hrs 9 mins █████████████████░░░░ 81.1%
JavaScript 1 hr 1 min █▌░░░░░░░░░░░░░░░░░░░ 7.4%
PHP 45 mins █▏░░░░░░░░░░░░░░░░░░░ 5.5%
LESS 17 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.1%
Vue.js 15 mins ▍░░░░░░░░░░░░░░░░░░░░ 1.8%
@AlexImb
AlexImb / .zshrc
Created May 22, 2020 21:43
💻.zshrc
# All the enabled settings are moved at the end of this file.
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Set list of themes to load
# Setting this variable when ZSH_THEME=random
# cause zsh load theme from this variable instead of
# looking in ~/.oh-my-zsh/themes/
# An empty array have no effect
@AlexImb
AlexImb / vscode.json
Created May 22, 2020 21:38
💻VS Code Global Preferences
{
"git.autofetch": true,
"editor.fontSize": 14,
"terminal.integrated.fontFamily": "Meslo LG S DZ for Powerline",
"terminal.integrated.fontSize": 13,
"editor.fontLigatures": true,
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"explorer.confirmDelete": false,
"files.autoSave": "off",
"javascript.implicitProjectConfig.experimentalDecorators": true,