various updates to arch provisioning scripts, minor changes for streaming, link script for scripts

This commit is contained in:
Daniel Flanagan 2016-11-18 15:42:05 -06:00
parent eb216db0b1
commit dc2cb72b6a
6 changed files with 16 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#define primaryfont xft:Terminus-12
#define primaryfont xft:Monaco-12
*font: primaryfont
*faceName: primaryfont

View File

@ -112,9 +112,10 @@ let c_comment_strings = 0 " dont highlight strings inside C comments
" Python
let python_space_errors = 1
autocmd FileType python setl tabstop=4 expandtab shiftwidth=4 softtabstop=4
autocmd FileType js setl tabstop=2 expandtab shiftwidth=2 softtabstop=2
autocmd FileType vue setl tabstop=2 expandtab shiftwidth=2 softtabstop=2
" autocmd FileType python setl tabstop=4 expandtab shiftwidth=4 softtabstop=4
" autocmd FileType js setl tabstop=2 expandtab shiftwidth=2 softtabstop=2
" autocmd FileType vue setl tabstop=2 expandtab shiftwidth=2 softtabstop=2
autocmd FileType php setl tabstop=4 expandtab shiftwidth=4 softtabstop=4
" HAMLC
autocmd BufRead,BufNewFile *.hamlc set ft=haml

View File

@ -1,8 +1,5 @@
splitw -h -p 50
splitw -v -p 50
splitw -v -p 50
selectp -U
selectp -U
splitw -v -p 67
splitw -v -p 50
resize-pane -x 100
selectp -L

View File

@ -40,6 +40,7 @@ pacaur -S \
rsync \
samba \
thunar-shares-plugin \
gvfs-smb \
elementary-icon-theme \
nmap \
pulseaudio-ctl \

8
scripts/link.bash Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}" )/.." && pwd)
source "$DIR/variables.bash"
sudo rm -f "/usr/local/bin/melee"
sudo ln -s "$DOTFILES_PATH/scripts/melee.bash" "/usr/local/bin/melee"

View File

@ -18,7 +18,7 @@ export BAR_ON_XINIT=0
export BAR_FIFO="$BAR_PATH/wm_bar_fifo.lock"
export BAR_LOG="$BAR_PATH/wm_bar.log"
export BAR_TOP=0
export BAR_HEIGHT=20
export BAR_HEIGHT=30
export BAR_BORDER_WIDTH=1
export BAR_FONT_FAMILY="$PRIMARY_FONT_FAMILY_WITH_SIZE"
export BAR_UNDERLINE=0