This file contains 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
<!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> |
This file contains 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
# 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 |
This file contains 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
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 |
This file contains 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
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 |
This file contains 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
set exrc | |
set nohlsearch | |
set ruler | |
set number | |
set relativenumber | |
set tabstop=4 softtabstop=4 | |
"set smartindent | |
set shiftwidth=4 | |
set expandtab | |
set hidden |