Fix issues
This commit is contained in:
parent
2f798d64af
commit
ae86623acc
@ -17,3 +17,5 @@ installto() {
|
|||||||
|
|
||||||
install tmux.conf
|
install tmux.conf
|
||||||
install zshrc
|
install zshrc
|
||||||
|
install xinitrc
|
||||||
|
install wallpaper.png
|
||||||
|
BIN
wallpaper.png
Normal file
BIN
wallpaper.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 627 KiB |
3
xinitrc
Normal file
3
xinitrc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
feh --bg-tile ~/.wallpaper.png
|
||||||
|
dwmstatus &
|
||||||
|
exec dwm
|
2
zshrc
2
zshrc
@ -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 '
|
export PROMPT='%B%F{63}[%F{68}%n@%m %F{white}%~%F{63}]$%b%f '
|
||||||
|
|
||||||
# aliases:
|
# aliases:
|
||||||
source "~/dotfiles/aliases"
|
source ~/dotfiles/aliases
|
||||||
|
|
||||||
# reload with .
|
# reload with .
|
||||||
alias .="source ~/.zshrc"
|
alias .="source ~/.zshrc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user