diff --git a/.Xdefaults b/.Xdefaults index 48ce34f..99c241d 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -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 diff --git a/.Xresources b/.Xresources index 183f7cb..800f624 100644 --- a/.Xresources +++ b/.Xresources @@ -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 \ No newline at end of file +! see ~/.Xdefaults diff --git a/.aliases b/.aliases index 87f9473..4edd5e6 100644 --- a/.aliases +++ b/.aliases @@ -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' diff --git a/.bash_profile b/.bash_profile index 02fecfb..c19f8c2 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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 diff --git a/.path b/.path index 562c164..adc85b2 100644 --- a/.path +++ b/.path @@ -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 diff --git a/.xinitrc b/.xinitrc index a76ee1b..8619e16 100755 --- a/.xinitrc +++ b/.xinitrc @@ -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