mirror of
https://github.com/Foltik/dotfiles
synced 2025-01-23 07:10:26 -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
|
# NCMPCPP
|
||||||
exec termite -r ncmpcpp -e ncmpcpp -c /home/lain/.config/termite/ncmpcpp_config
|
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
|
source /usr/share/autojump/autojump.zsh
|
||||||
|
|
||||||
# ZSH Theme
|
# ZSH Theme
|
||||||
ZSH_THEME="agnoster"
|
ZSH_THEME="powerlevel9k/powerlevel9k"
|
||||||
|
|
||||||
# Use case-sensitive completion.
|
# Use case-sensitive completion.
|
||||||
CASE_SENSITIVE="true"
|
CASE_SENSITIVE="true"
|
||||||
|
@ -124,6 +124,8 @@ install_i3_laptop() {
|
|||||||
configure_common() {
|
configure_common() {
|
||||||
### Install Config Files
|
### Install Config Files
|
||||||
lnh "Installing Common Configuration Files"
|
lnh "Installing Common Configuration Files"
|
||||||
|
# powerlevel9k
|
||||||
|
sudo git clone https://github.com/bhilburn/powerlevel9k.git /usr/share/oh-my-zsh/themes/powerlevel9k
|
||||||
# ZSH
|
# ZSH
|
||||||
lnf
|
lnf
|
||||||
cp -v cfg/zshrc ~/.zshrc
|
cp -v cfg/zshrc ~/.zshrc
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
ttf-vlgothic AUR
|
||||||
nerd-fonts-complete AUR
|
nerd-fonts-complete AUR
|
||||||
termite
|
termite
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user