Browse Source

Update from laptop

red-hat-laptop
Kevin Mok 5 years ago
parent
commit
395fad563e
  1. 1
      aliases/zsh_aliases
  2. 3
      configs/i3/config
  3. 2
      configs/ranger/rc.conf
  4. 3
      dotfiles/zshrc
  5. 1
      key_dirs.txt

1
aliases/zsh_aliases

@ -68,6 +68,7 @@ alias "f."="f .."
alias "f.."="f ..."
function mvd() { mv $1 ~/Downloads ; }
alias lhd="sudo fdisk -l"
# }}} directory-related #

3
configs/i3/config

@ -5,11 +5,10 @@ set $def_term "urxvt"
set $swex "sudo ~/Downloads/swex.appimage"
exec redshift -O 2000
# random bg
# exec wal -i "$HOME/Pictures/Backgrounds/dim"
exec wal -i "$HOME/Pictures/Backgrounds/dim"
exec imwheel
exec xmodmap ~/.Xmodmap
exec xrdb ~/.Xresources
exec wal -i "$HOME/Pictures/van.png"
exec --no-startup-id start-pulseaudio-x11
exec --no-startup-id i3-msg 'workspace $ws2; exec $def_term'
exec --no-startup-id i3-msg 'workspace $ws3; exec $browser'

2
configs/ranger/rc.conf

@ -668,7 +668,7 @@ map R chain shell nvim -p ~/.config/ranger/rc.conf %rangerdir/config/rc.conf; so
map rr source ~/.config/ranger/rc.conf
# backgrounds
map w shell ~/.local/bin/wal -i %f
map w shell /usr/bin/wal -i %f
map md shell mv %f dim
map mb shell mv %f vibrant

3
dotfiles/zshrc

@ -10,8 +10,7 @@
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
# ZSH_THEME="muse"
ZSH_THEME="miloshadzic"
ZSH_THEME="bira"
# Set list of themes to load
# Setting this variable when ZSH_THEME=random

1
key_dirs.txt

@ -5,6 +5,7 @@ d ~/Downloads
D ~/Documents
ho ~/
lc ~/linux-config/
m /run/media
ro /
# }}} sys *

Loading…
Cancel
Save