Skip to content

Instantly share code, notes, and snippets.

View AeonFr's full-sized avatar

Francisco Cano AeonFr

View GitHub Profile
@AeonFr
AeonFr / .vimrc
Last active December 15, 2021 15:55
Vim config (using Vundle)
set nocompatible
filetype off
" PLUGINS:
" -----------------------------
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
@AeonFr
AeonFr / .zshrc
Last active December 15, 2021 15:57
Some of my zsh config / aliases
export LANG=en_US.UTF-8
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/Users/francisco/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,