Switch to gnu stow and add emacs pdf-tools

This commit is contained in:
Marco Thomas
2022-01-24 09:23:32 +01:00
parent 8632359365
commit 888c9819e9
35 changed files with 714 additions and 87 deletions

View File

@@ -0,0 +1,57 @@
# __ _ _ _ _
# / /_ _| | __ _ ___ _ __(_) |_| |_ _ _
# / / _` | |/ _` |/ __| '__| | __| __| | | |
# _ / / (_| | | (_| | (__| | | | |_| |_| |_| |
# (_)_/ \__,_|_|\__,_|\___|_| |_|\__|\__|\__, |
# |___/
#
# ~ M. Thomas
import:
- ~/.alacritty_local.yml
- ~/.config/alacritty/themes/ayu_light.yml
env:
TERM: alacritty
window:
title: Alacritty
dynamic_title: true
padding:
x: 20
y: 20
dynamic_padding: false
font:
size: 10
normal:
family: JuliaMono
style: Regular
background_opacity: 1
selection:
save_to_clipboard: true
cursor:
# Values for `style`:
# - ▇ Block
# - _ Underline
# - | Beam
style: Block
unfocused_hollow: true
live_config_reload: true
mouse:
hide_when_typing: true
key_bindings:
- { key: V, mods: Control|Shift, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }
- { key: Key0, mods: Control, action: ResetFontSize }
- { key: Equals, mods: Control, action: IncreaseFontSize }
- { key: Minus, mods: Control, action: DecreaseFontSize }

View File

@@ -0,0 +1,29 @@
# Ayu
colors:
# Default colors
primary:
background: '#ffffff'
foreground: '#5c6773'
# Normal colors
normal:
black: '#000000'
red: '#FF3333'
green: '#A6CC70'
yellow: '#e7c547'
blue: '#55b4d4'
magenta: '#A37ACC'
cyan: '#95E6CB'
white: '#C7C7C7'
# Bright colors
bright:
black: '#686868'
red: '#F27983'
green: '#BAE67E'
yellow: '#FFCC66'
blue: '#5CCFE6'
magenta: '#D4BFFF'
cyan: '#95E6CB'
white: '#FFFFFF'

View File

@@ -0,0 +1,28 @@
# Colors (Gruvbox light)
colors:
# Default colors
primary:
background: '0xf2e5bc'
foreground: '0x282828'
# Normal colors
normal:
black: '0xfbf1c7'
red: '0xcc241d'
green: '0x98971a'
yellow: '0xd79921'
blue: '0x458588'
magenta: '0xb16286'
cyan: '0x689d6a'
white: '0x7c6f64'
# Bright colors
bright:
black: '0x928374'
red: '0x9d0006'
green: '0x79740e'
yellow: '0xb57614'
blue: '0x076678'
magenta: '0x8f3f71'
cyan: '0x427b58'
white: '0x3c3836'

View File

@@ -0,0 +1,28 @@
# Colors (Gruvbox light)
colors:
# Default colors
primary:
background: '0xf9f5d7'
foreground: '0x282828'
# Normal colors
normal:
black: '0xfbf1c7'
red: '0xcc241d'
green: '0x98971a'
yellow: '0xd79921'
blue: '0x458588'
magenta: '0xb16286'
cyan: '0x689d6a'
white: '0x7c6f64'
# Bright colors
bright:
black: '0x928374'
red: '0x9d0006'
green: '0x79740e'
yellow: '0xb57614'
blue: '0x076678'
magenta: '0x8f3f71'
cyan: '0x427b58'
white: '0x3c3836'

View File

@@ -0,0 +1,58 @@
# Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
# Copyright (c) 2017-present Sven Greb <code@svengreb.de>
# Project: Nord Alacritty
# Version: 0.1.0
# Repository: https://github.com/arcticicestudio/nord-alacritty
# License: MIT
# References:
# https://github.com/alacritty/alacritty
colors:
primary:
background: '#2e3440'
foreground: '#d8dee9'
dim_foreground: '#a5abb6'
cursor:
text: '#2e3440'
cursor: '#d8dee9'
vi_mode_cursor:
text: '#2e3440'
cursor: '#d8dee9'
selection:
text: CellForeground
background: '#4c566a'
search:
matches:
foreground: CellBackground
background: '#88c0d0'
bar:
background: '#434c5e'
foreground: '#d8dee9'
normal:
black: '#3b4252'
red: '#bf616a'
green: '#a3be8c'
yellow: '#ebcb8b'
blue: '#81a1c1'
magenta: '#b48ead'
cyan: '#88c0d0'
white: '#e5e9f0'
bright:
black: '#4c566a'
red: '#bf616a'
green: '#a3be8c'
yellow: '#ebcb8b'
blue: '#81a1c1'
magenta: '#b48ead'
cyan: '#8fbcbb'
white: '#eceff4'
dim:
black: '#373e4d'
red: '#94545d'
green: '#809575'
yellow: '#b29e75'
blue: '#68809a'
magenta: '#8c738c'
cyan: '#6d96a5'
white: '#aeb3bb'

View File

@@ -0,0 +1,17 @@
# Colors (Doom One)
colors:
# Default colors
primary:
background: '0x282c34'
foreground: '0xbbc2cf'
# Normal colors
normal:
black: '0x282c34'
red: '0xff6c6b'
green: '0x98be65'
yellow: '0xecbe7b'
blue: '0x51afef'
magenta: '0xc678dd'
cyan: '0x46d9ff'
white: '0xbbc2cf'

View File

@@ -0,0 +1,35 @@
# Onedark
colors:
primary:
background: '#1C1B1D'
foreground: '#D8D8D8'
cursor:
text: '#1C1B1D'
cursor: '#D8D8D8'
normal:
black: '#24272a'
red: '#E06C75'
green: '#98C379'
yellow: '#E5C07B'
blue: '#61AFEF'
magenta: '#C678DD'
cyan: '#56B6C2'
white: '#D8D8D8'
bright:
black: '#D8D8D8'
red: '#E06C75'
green: '#98C379'
yellow: '#E5C07B'
blue: '#61AFEF'
magenta: '#C678DD'
cyan: '#56B6C2'
white: '#D8D8D8'
dim:
black: '#24272a'
red: '#E06C75'
green: '#98C379'
yellow: '#E5C07B'
blue: '#61AFEF'
magenta: '#C678DD'
cyan: '#56B6C2'
white: '#D8D8D8'