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

41
files/x11/.Xresources Normal file
View File

@@ -0,0 +1,41 @@
Xft.dpi: 140
! Font
XTerm.vt100.faceName: xft:JuliaMono:antialias=true
XTerm.vt100.faceSize: 10
! Remove Scrollbar
XTerm.vt100.scrollBar: false
! Resize Term Font
XTerm.vt100.translations: #override \n\
Ctrl <Key> minus: smaller-vt-font() \n\
Ctrl <Key> plus: larger-vt-font()
! colors
*background: #fafafa
*foreground: #5c6773
! Black + DarkGrey
*color0: #000000
*color8: #686868
! DarkRed + Red
*color1: #ff3333
*color9: #f27983
! DarkGreen + Green
*color2: #a6cc70
*color10: #bae67e
! DarkYellow + Yellow
*color3: #e7c547
*color11: #ffcc66
! DarkBlue + Blue
*color4: #55b4d4
*color12: #5ccfe6
! DarkMagenta + Magenta
*color5: #a37acc
*color13: #d4bfff
! DarkCyan + Cyan
*color6: #95e6cb
*color14: #95e6cb
! LightGrey + White
*color7: #c7c7c7
*color15: #ffffff

38
files/x11/.profile Executable file
View File

@@ -0,0 +1,38 @@
# executed on login
# set xresources
xrdb -merge $HOME/.Xresources
# map CAPS to ~
setxkbmap eu
setxkbmap -option caps:none
xmodmap -e "keycode 66 = grave asciitilde"
# energy options
xset s off
xset -dpms
xset s noblank
# keyboard repeat
xset r rate 300 50
# no mouse accel
xset m 1
# path
export PATH=$PATH:$HOME/dots/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin
# editor
export EDITOR="nvim"
export VISIAL=${EDITOR}
# anthy
export GTK_IM_MODULE='xim'
export QT_IM_MODULE='ibus'
export SDL_IM_MODULE='ibus'
export XMODIFIERS='@im=ibus'
export WINIT_UNIX_BACKEND=x11
# ssh agent
eval $(systemctl --user show-environment | grep SSH_AUTH_SOCK)
export SSH_AUTH_SOCK