Skip to content

Instantly share code, notes, and snippets.

View GBarthos's full-sized avatar

gbarthos GBarthos

View GitHub Profile
@GBarthos
GBarthos / spaceship.zsh
Last active December 18, 2020 09:22
ZSH config for "spaceship" theme
#! /bin/zsh
#################################################################################
### User Custom Config for ZSH theme "spaceship" ###
#################################################################################
#echo "inside user custom spaceship configs"
###
# utf8 chars
@GBarthos
GBarthos / .zshrc
Last active December 2, 2021 15:59
ZSH config
#! /bin/zsh
# If you come from bash you might have to change your $PATH.
export PATH="$HOME/bin:/usr/local/bin:$PATH"
#####################
### oh-my-zsh ###
#####################
@GBarthos
GBarthos / .gitignore
Created March 14, 2017 18:08
gitignore for web project
### Ansible files ###
*.retry
### Clojure files ###
Leiningen.gitignore
### Cvs files ###
@GBarthos
GBarthos / snippets.cson
Last active February 2, 2017 23:18
Atom embedded snippets configuration
# Your snippets
#
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to
# expand the prefix into a larger code block with templated values.
#
# You can create a new snippet in this file by typing "snip" and then hitting
# tab.
#
# An example CoffeeScript snippet to expand log to console.log:
#