Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created December 11, 2018 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamc/ff32212cc9a03fc9d9fc01101600449e to your computer and use it in GitHub Desktop.
Save grahamc/ff32212cc9a03fc9d9fc01101600449e to your computer and use it in GitHub Desktop.
[nix-shell:~]$ cat .Xresources
URxvt*buffered: true
URxvt*cursorBlink: true
URxvt*underlineColor: #00bfff
URxvt*font: xft:Source Code Pro For Powerline:size=14:antialias=true:hinting=true
URxvt*depth: 32
URxvt*borderless: 1
URxvt*scrollBar: false
URxvt*loginShell: true
Urxvt*secondaryScroll: true # Enable Shift-PageUp/Down in screen
URxvt*saveLines: 9999999
URxvt*termName: rxvt-unicode
fonts = {
enableFontDir = true;
fonts = with pkgs; [
powerline-fonts
source-code-pro
twemoji-color-font
helvetica
vegur # the official NixOS font
];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment