mirror of
https://github.com/Foltik/dotfiles
synced 2025-04-01 17:01:36 -04:00
Resolve merge conflict
This commit is contained in:
commit
f85c23d836
Before Width: | Height: | Size: 506 KiB After Width: | Height: | Size: 506 KiB |
Before Width: | Height: | Size: 752 KiB After Width: | Height: | Size: 752 KiB |
Before Width: | Height: | Size: 370 KiB After Width: | Height: | Size: 370 KiB |
16
configure.sh
16
configure.sh
@ -60,29 +60,29 @@ install_i3() {
|
||||
lnh "Installing General Configuration Files"
|
||||
# Compton
|
||||
lnf
|
||||
cp -v config/compton/config ~/.config/compton/config
|
||||
cp -v cfg/compton/config ~/.config/compton/config
|
||||
# NCMPCPP config
|
||||
lnf
|
||||
cp -v config/termite/ncmpcpp_config ~/.config/termite/ncmpcpp_config
|
||||
cp -v cfg/termite/ncmpcpp_config ~/.config/termite/ncmpcpp_config
|
||||
|
||||
### Install Tools
|
||||
lnh "Installing General Tools"
|
||||
mkdir -p ~/Documents/tools
|
||||
# Wallpaper Tool
|
||||
lnf
|
||||
cp -v config/i3/tools/wallpaper.sh ~/Documents/tools/
|
||||
cp -v cfg/i3/tools/wallpaper.sh ~/Documents/tools/
|
||||
lnfb
|
||||
cp -v config/wallpapers/wallpaper* ~/Pictures/
|
||||
cp -v cfg/wallpapers/wallpaper* ~/Pictures/
|
||||
lnfbe
|
||||
|
||||
### Install Service Files
|
||||
lnh "Installing Services"
|
||||
# Suspend locker
|
||||
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
|
||||
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
|
||||
lnh "Enabling Services"
|
||||
lnf
|
||||
@ -112,11 +112,11 @@ install_i3_laptop() {
|
||||
lnh "Installing Laptop Configuration Files"
|
||||
# i3blocks
|
||||
lnf
|
||||
cp -v config/i3blocks/laptop/config ~/.config/i3blocks/config
|
||||
cp -v cfg/i3blocks/laptop/config ~/.config/i3blocks/config
|
||||
lnf
|
||||
mkdir ~/.config/i3blocks/blocks
|
||||
lnfb
|
||||
cp -v config/i3blocks/laptop/config/blocks/* ~/.config/i3blocks/blocks/
|
||||
cp -v cfg/i3blocks/laptop/blocks/* ~/.config/i3blocks/blocks/
|
||||
lnfbe
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user