Browse Source

merge

master
Levi Olson 6 years ago
parent
commit
96ef84c98a
6 changed files with 21 additions and 9 deletions
  1. +1
    -0
      .Xdefaults
  2. +6
    -6
      .Xresources
  3. +4
    -0
      .aliases
  4. +2
    -0
      .bash_profile
  5. +5
    -1
      .path
  6. +3
    -2
      .xinitrc

+ 1
- 0
.Xdefaults View File

@ -19,6 +19,7 @@ URxvt*externalBorder: 0
URxvt*font: xft:Pragmata Pro:pixelsize=12:antialias=true:hinting=true
URxvt*boldFont: xft:Pragmata Pro:bold:pixelsize=12:antialias=true:hinting=true
URxvt*letterSpace: 0
emacs*font: Pragmata Pro
! EXT
URxvt.keysym.Shift-Control-V: perl:clipboard:paste

+ 6
- 6
.Xresources View File

@ -1,12 +1,12 @@
Xft.dpi: 192
Xft.autohint: 0
Xft.dpi: 144
Xft.autohint: false
Xft.hinting: 1
Xft.antialias: 1
Xft.hintstyle: 3
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
! ------------------------------------------------------------------------------
! URxvt
! -----------------------------------------------------------------------------
! see ~/.Xdefaults
! see ~/.Xdefaults

+ 4
- 0
.aliases View File

@ -29,6 +29,7 @@ alias sf='source ~/.bashrc'
alias ll='ls -ahl --color'
alias l='ls -ahl --color'
alias e='emacsclient'
alias semacs='sudo emacs -Q -bg black -fg wheat --no-splash --file'
alias brightness='sudo tee /sys/class/backlight/acpi_video1/brightness <<<'
@ -94,3 +95,6 @@ alias -- -="cd -"
# Allow aliases to be "sudoed"
alias sudo='sudo '
# Mount Arch
alias arch='sudo mount /dev/nvme0n1p1 /arch'

+ 2
- 0
.bash_profile View File

@ -43,3 +43,5 @@ done
-W "$(grep "^Host" ~/.ssh/config | \
grep -v "[?*]" | cut -d " " -f2 | \
tr ' ' '\n')" scp sftp ssh
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig

+ 5
- 1
.path View File

@ -1,5 +1,9 @@
#!/bin/bash
export GOPATH=$HOME/go
# export GOROOT=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$GOBIN:$PATH:/opt/android-sdk/platform-tools
export GOSRC=$GOPATH/src
export PATH=$GOBIN:$PATH:/usr/local/go/bin:/opt/android-sdk/platform-tools
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig

+ 3
- 2
.xinitrc View File

@ -5,9 +5,10 @@
# ---------
##########################################
#XDG_CONFIG_HOME="$HOME/.config"
#export XDG_CONFIG_HOME
XDG_CONFIG_HOME="$HOME/.config"
export XDG_CONFIG_HOME
xrdb -merge ~/.cache/wal/colors.Xresources
xrdb -merge ~/.Xresources
xrdb -merge ~/.Xdefaults

Loading…
Cancel
Save