Mainly move things around

This commit is contained in:
Frederik Hanghøj Iversen 2019-02-20 23:40:23 +01:00
parent 0c1530fd48
commit fbda89db58
17 changed files with 7 additions and 31 deletions

3
X11/Xresources Normal file
View File

@ -0,0 +1,3 @@
#include "general"
#include "urxvt"
#include "theme/monokai-dark"

View File

@ -6,7 +6,7 @@ nm-applet &
# emacs --daemon
setxkbmap -option grp:win_space_toggle -layout us,dk
xrdb -merge ~/.Xresources
xrdb -merge $XDG_CONFIG_HOME/X11/Xresources
# This is now controlled from systemd - should consider using a proper
# session manager.
# acpid

View File

@ -1,4 +0,0 @@
#include ".config/Xresources/general"
#include ".config/Xresources/urxvt"
#include ".config/Xresources/theme/monokai-dark"

View File

@ -13,3 +13,5 @@ EDITOR="emacsclient -c -a ''"
HISTFILE="$XDG_DATA_HOME/zsh/history"
HISTSIZE=100000
SAVEHIST=100000
XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc
XSERVERRC="$XDG_CONFIG_HOME"/X11/xserverrc

View File

@ -1,7 +0,0 @@
[user]
email = fhi.1990@gmail.com
name = Frederik Hanghøj Iversen
signkey = 7B95683D8994C3BFF599784A6A3245752F02B908
signingkey = 7B95683D8994C3BFF599784A6A3245752F02B908
[core]
excludesfile = /home/fredefox/.config/git/ignore

View File

@ -3,7 +3,6 @@
email = fhi.1990@gmail.com
[core]
excludesfile = /home/fredefox/.config/git/ignore
editor = emacs -nw
[github]
user = fredefox
[gitlab]

View File

@ -52,7 +52,6 @@ getLinks home = std <> absolute
]
absolute =
[ ".emacs.d" |> ".config/emacs"
, ".gitconfig" |> ".config/git/config"
, ".urxvt" |> ".config/urxvt"
, ".xinitrc" |> ".config/xinit/xinitrc"
, ".xsession" |> ".xinitrc"

12
xinitrc
View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
# Daemons
# Perhaps this sort of thing belongs elsewhere?
nm-applet
setxkbmap -option grp:win_space_toggle -layout us,dk
xrdb -merge ~/.Xresources
# Nice for urxvt, not so nice for emacs:
# autocutsel -f

View File

@ -1,7 +1,6 @@
# Begin compinstall
zstyle :compinstall filename '/home/fredefox/.zshrc'
autoload -Uz compinit
compinit -d "$XDG_DATA_HOME/zsh/zcompdump-$HOST-$ZSH_VERSION"
autoload -Uz compinit -d "$XDG_DATA_HOME/zsh/zcompdump-$HOST-$ZSH_VERSION"
# End compinstall
setopt appendhistory extendedglob

View File

@ -1,3 +0,0 @@
if [ -d "$HOME/.config/environment" ] ; then
source $HOME/.config/environment
fi