1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-01-07 08:42:47 -05:00
This commit is contained in:
Jack 2017-08-18 16:57:54 -07:00
commit 682e058cb9
Signed by: foltik
GPG Key ID: 303F88F996E95541
4 changed files with 9 additions and 1 deletions

View File

@ -200,3 +200,8 @@ exec_always /home/lain/Documents/tools/wallpaper.sh
# NCMPCPP
exec termite -r ncmpcpp -e ncmpcpp -c /home/lain/.config/termite/ncmpcpp_config
# MPC Media
bindsym $mod+p exec mpc toggle
bindsym $mod+[ exec mpc seek 0
bindsym $mod+] exec mpc next

View File

@ -5,7 +5,7 @@ ZSH=/usr/share/oh-my-zsh/
source /usr/share/autojump/autojump.zsh
# ZSH Theme
ZSH_THEME="agnoster"
ZSH_THEME="powerlevel9k/powerlevel9k"
# Use case-sensitive completion.
CASE_SENSITIVE="true"

View File

@ -124,6 +124,8 @@ install_i3_laptop() {
configure_common() {
### Install Config Files
lnh "Installing Common Configuration Files"
# powerlevel9k
sudo git clone https://github.com/bhilburn/powerlevel9k.git /usr/share/oh-my-zsh/themes/powerlevel9k
# ZSH
lnf
cp -v cfg/zshrc ~/.zshrc

View File

@ -1,3 +1,4 @@
ttf-vlgothic AUR
nerd-fonts-complete AUR
termite