This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"alfredtheme" : { | |
"result" : { | |
"textSpacing" : 6, | |
"subtext" : { | |
"size" : 9, | |
"colorSelected" : "#63718DFF", | |
"font" : "Input Mono Compressed", | |
"color" : "#4C566EFF" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"alfredtheme" : { | |
"result" : { | |
"textSpacing" : 6, | |
"subtext" : { | |
"size" : 9, | |
"colorSelected" : "#4B556ABC", | |
"font" : "Input Mono Compressed", | |
"color" : "#4B556A2E" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default_hour: today | |
default_minute: today | |
editor: 'nvim -S ~/.config/nvim/writermode.vim' | |
# editor: 'code -w' | |
encrypt: false | |
highlight: true | |
indent_character: ' β ' | |
journals: | |
journal: | |
journal: ~\jrnl\journal.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ββ | |
# βββ | |
# βββββββββββββββ ββ ββββ ββ | |
#βββββββββββββββββββ ββββββ ββ | |
# βββ βββ βββ βββββ ββββββββ | |
# βββ βββ βββ βββββ βββ βββββ | |
# βββββββ βββ ββββββββββββ ββββ | |
# βββββ ββ ββ ββββββββ ββ | |
# | |
# ββββββββββ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# ββ | |
# βββ | |
# βββββββββββββββ ββ ββββ ββ | |
# βββββββββββββββββββ ββββββ ββ | |
# βββ βββ βββ βββββ ββββββββ | |
# βββ βββ βββ βββββ βββ βββββ | |
# βββββββ βββ ββββββββββββ ββββ | |
# βββββ ββ ββ ββββββββ ββ | |
# ββ ββ ββ ββ ββ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim: syntax=neomuttrc | |
# ββ ββ | |
# βββ βββ | |
# βββββββ βββββ ββββββ ββββββββββ ββ βββββββββββββ | |
# βββββββββββββββββββββββββββββββββββββ βββββββββββββ | |
# βββ ββββββββββββ ββββββ βββ βββββ βββ βββ βββ | |
# βββ ββββββββββββ ββββββ βββ βββββ βββ βββ βββ | |
# βββ βββββββββββββββββ βββ βββ ββββββββββ ββββ ββββ | |
# βββ ββ ββββββ ββββββ βββ ββ ββ ββββββ ββ ββ | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---------------------------------------------------------------------------- | |
# Powerline / nerdfont | |
# This is a bit "hackish" due to neomutt limitations | |
# | |
# Author: Sheoak <contact [at] sheoak.fr> | |
# ---------------------------------------------------------------------------- | |
set index_format=" %zs %zc %zt %{!%d %b} . %-28.28L %?M?(%1M)& ? %?X?&·? %s" | |
set pager_format=" %n %zc ξ° %T %s%* ο³ %{!%d %b Β· %H:%M} ξ²%?X? ο %X ?ξ² %P ο " | |
set status_format = " %f%?r? %r? ξ° ξΎ %m %?n? ξΏ %n ? ξ± %?d? β %d ?%?t? ο¬ %t ?%?F? ο %F? %> ξ²%?p? ο %p ?" | |
set vfolder_format = " %N %?n?%3n& ? %8m ο· Β· %f" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Q | |
# P | |
# T | |
# O | |
# F | |
# N | |
# cancel theme colors | |
color index color3 color0 ~Q | |
color index color3 color0 ~P | |
color index color3 color0 ~T |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" ββ | |
" ββ | |
" βββββββ ββ ββββββββββββββ | |
" βββββββββββ ββββββββββββββββ | |
" βββ ββββββ βββββββββ βββ βββ | |
" βββ βββββββββ ββββββ βββ βββ | |
" βββ βββ ββββ ββββββ βββ βββ | |
" βββ ββ ββ βββββ ββ ββ | |
" ββββββββββ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" ============================================================================ " | |
" === PLUGINS === " | |
" ============================================================================ " | |
" check whether vim-plug is installed and install it if necessary | |
let plugpath = expand('<sfile>:p:h'). '/autoload/plug.vim' | |
if !filereadable(plugpath) | |
if executable('curl') | |
let plugurl = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' | |
call system('curl -fLo ' . shellescape(plugpath) . ' --create-dirs ' . plugurl) |