Skip to content

Instantly share code, notes, and snippets.

View mustardfrog's full-sized avatar
🐵

mustardfrog mustardfrog

🐵
View GitHub Profile
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!-- This is an automatically generated file.
It will be read and overwritten.
DO NOT EDIT! -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks Menu</H1>
<DL><p>
<DT><H3 ADD_DATE="1635775959" LAST_MODIFIED="1635775959">Mozilla Firefox</H3>
# 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 "
# Lines configured by zsh-newuser-install
bindkey -s '^r' 'ranger^M'
export EDITOR="nvim"
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -v
set nu relativenumber
syntax on
set cmdheight=2
set mouse=nvi
set nohlsearch
set tabstop=4 softtabstop=4
set shiftwidth=4
set expandtab
set scrolloff=8
URxvt*inheritPixmap: true
URxvt*transparent: true
URxvt*shading: 40
URxvt*termName: rxvt
!URxvt.font: xft:Courier:size=12:style=Oblique
URxvt.font: xft:MesloLGS NF:size=12
!!URxvt.font: 9x15
!!urxvt*depth: 20
!!urxvt*background: rgba:0000/0000/0200/c800
@mustardfrog
mustardfrog / init.vim
Last active September 28, 2021 05:10
set exrc
set nohlsearch
set ruler
set number
set relativenumber
set tabstop=4 softtabstop=4
"set smartindent
set shiftwidth=4
set expandtab
set hidden