Fix issues

This commit is contained in:
Augusto Gunsch 2020-09-08 21:20:11 -03:00
parent 2f798d64af
commit ae86623acc
4 changed files with 6 additions and 1 deletions

View File

@ -17,3 +17,5 @@ installto() {
install tmux.conf
install zshrc
install xinitrc
install wallpaper.png

BIN
wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 KiB

3
xinitrc Normal file
View File

@ -0,0 +1,3 @@
feh --bg-tile ~/.wallpaper.png
dwmstatus &
exec dwm

2
zshrc
View File

@ -25,7 +25,7 @@ bindkey "^[[B" history-beginning-search-forward-end
export PROMPT='%B%F{63}[%F{68}%n@%m %F{white}%~%F{63}]$%b%f '
# aliases:
source "~/dotfiles/aliases"
source ~/dotfiles/aliases
# reload with .
alias .="source ~/.zshrc"