mirror of
https://github.com/Foltik/dotfiles
synced 2025-01-07 08:42:47 -05:00
Merge branch 'master' of https://github.com/Foltik/LinuxInstall
This commit is contained in:
commit
682e058cb9
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
ttf-vlgothic AUR
|
||||
nerd-fonts-complete AUR
|
||||
termite
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user