1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-04-09 20:26:24 -04:00

Resolve merge conflict

This commit is contained in:
Jack 2017-07-26 11:05:09 -07:00
commit f85c23d836
Signed by: foltik
GPG Key ID: 303F88F996E95541
50 changed files with 241 additions and 241 deletions

View File

Before

Width:  |  Height:  |  Size: 506 KiB

After

Width:  |  Height:  |  Size: 506 KiB

View File

Before

Width:  |  Height:  |  Size: 752 KiB

After

Width:  |  Height:  |  Size: 752 KiB

View File

Before

Width:  |  Height:  |  Size: 370 KiB

After

Width:  |  Height:  |  Size: 370 KiB

View File

@ -60,29 +60,29 @@ install_i3() {
lnh "Installing General Configuration Files" lnh "Installing General Configuration Files"
# Compton # Compton
lnf lnf
cp -v config/compton/config ~/.config/compton/config cp -v cfg/compton/config ~/.config/compton/config
# NCMPCPP config # NCMPCPP config
lnf lnf
cp -v config/termite/ncmpcpp_config ~/.config/termite/ncmpcpp_config cp -v cfg/termite/ncmpcpp_config ~/.config/termite/ncmpcpp_config
### Install Tools ### Install Tools
lnh "Installing General Tools" lnh "Installing General Tools"
mkdir -p ~/Documents/tools mkdir -p ~/Documents/tools
# Wallpaper Tool # Wallpaper Tool
lnf lnf
cp -v config/i3/tools/wallpaper.sh ~/Documents/tools/ cp -v cfg/i3/tools/wallpaper.sh ~/Documents/tools/
lnfb lnfb
cp -v config/wallpapers/wallpaper* ~/Pictures/ cp -v cfg/wallpapers/wallpaper* ~/Pictures/
lnfbe lnfbe
### Install Service Files ### Install Service Files
lnh "Installing Services" lnh "Installing Services"
# Suspend locker # Suspend locker
lnf lnf
sudo cp -v config/systemd/system/suspend@.service /etc/systemd/system/ sudo cp -v cfg/systemd/system/suspend@.service /etc/systemd/system/
# Auto locker # Auto locker
lnf lnf
sudo cp -v config/systemd/user/locker.service /etc/systemd/user sudo cp -v cfg/systemd/user/locker.service /etc/systemd/user
sudo systemctl daemon-reload sudo systemctl daemon-reload
lnh "Enabling Services" lnh "Enabling Services"
lnf lnf
@ -112,11 +112,11 @@ install_i3_laptop() {
lnh "Installing Laptop Configuration Files" lnh "Installing Laptop Configuration Files"
# i3blocks # i3blocks
lnf lnf
cp -v config/i3blocks/laptop/config ~/.config/i3blocks/config cp -v cfg/i3blocks/laptop/config ~/.config/i3blocks/config
lnf lnf
mkdir ~/.config/i3blocks/blocks mkdir ~/.config/i3blocks/blocks
lnfb lnfb
cp -v config/i3blocks/laptop/config/blocks/* ~/.config/i3blocks/blocks/ cp -v cfg/i3blocks/laptop/blocks/* ~/.config/i3blocks/blocks/
lnfbe lnfbe
} }