Skip to content

Instantly share code, notes, and snippets.

View danilucaci's full-sized avatar

Dani Lucaci danilucaci

View GitHub Profile
{
"defaults" : {
"almostMaximizeWidth" : {
"float" : 0
},
"curtainChangeSize" : {
"int" : 0
},
"ignoredSnapAreas" : {
"int" : 0
# vim:ft=zsh ts=2 sw=2 sts=2
#
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# # README
#
# In order for this theme to render correctly, you will need a
# [Powerline-patched font](https://gist.github.com/1595572).
#
# optimization tools
$ brew install fonttools
$ brew install brotli
$ brew install glyphhanger
$ brew install zopfli
$ brew install libpng
# git
brew install watchman
$ brew install git
// 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",
/**
* Returns randomly `true` or `false`
*/
function getRandomBoolean() {
return Boolean(Math.round(Math.random()));
}
/**
* Returns a random duration
*/
# vim:ft=zsh ts=2 sw=2 sts=2
#
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# # README
#
# In order for this theme to render correctly, you will need a
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts).
# Make sure you have a recent version: the code points that Powerline
# uncomment to profile the loading speed
# also uncomment the last line in the file: # zprof
# zmodload zsh/zprof
# 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/mariandaniellucaci/.oh-my-zsh
# @see https://github.com/dandavison/delta
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[core]
editor = code --wait