Skip to content

Instantly share code, notes, and snippets.

View Seventty's full-sized avatar
🔪
Killing lines

Rainiery Valerio Seventty

🔪
Killing lines
  • Dominican Republic 🇩🇴
View GitHub Profile
@Seventty
Seventty / kitty.conf
Created March 21, 2022 03:57 — forked from sts10/kitty.conf
My config file for Kitty Terminal Emulator
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
#: Fonts {{{
#: kitty has very powerful font management. You can configure
#: individual font faces and even specify special fonts for particular
#: characters.
font_family JetBrains Mono Medium
bold_font JetBrains Mono Bold
@Seventty
Seventty / zshrc
Created August 27, 2021 02:45 — forked from LukeSmithxyz/zshrc
# Luke's config for the Zoomer Shell
# Enable colors and change prompt:
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
# History in cache directory:
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/history