Correction of cp commands

This commit is contained in:
adrien 2021-10-06 11:19:09 +02:00
parent 62c11731b2
commit 19ac337f01
Signed by: adrien
GPG Key ID: 4F17BEA67707AC21
1 changed files with 5 additions and 8 deletions

View File

@ -8,17 +8,14 @@ cp dotfiles/.fehbg ~/
cp dotfiles/.bash_profile ~/
cp dotfiles/.tmux.conf ~/
cp dotfiles/.gemrc ~/
mkdir -p ~/.gnupg && cp dotfiles/.gnupg/.gpg.conf ~/.gnupg/
mkdir -p ~/.gnupg && cp dotfiles/.gnupg/gpg.conf ~/.gnupg/
chmod +x ~/.fehbg
mkdir -p ~/.config/{spectrwm,alacritty,rofi,fish/functions}
cp dotfiles/.config/spectrwm/spectrwm.conf ~/.config/
cp dotfiles/.config/spectrwm/spectrwm_fr.conf ~/.config/spectrwm/
cp dotfiles/.config/spectrwm/bar ~/.config/spectrwm/
cp dotfiles/.config/spectrwm/* ~/.config/spectrwm/
cp dotfiles/.config/alacritty/alcaritty.yml ~/.config/alacritty/
cp dotfiles/.config/rofi/config ~/.config/rofi/
cp dotfiles/.config/rofi/config.rasi ~/.config/rofi/
cp dotfiles/.config/fish/config.fish ~/config/fish/
cp dotfiles/.config/fish/functions/cl.fish ~/.config/fish/functions/
cp dotfiles/.config/fish/functions/fish_prompt.fish ~/.config/fish/functions/
cp dotfiles/.config/fish/functions/* ~/.config/fish/functions/
sudo sed -i "s/autospawn = no/autospawn = yes/" /etc/pulse/client.conf
sudo cp dotfiles/X11/xorg.conf /etc/X11/
sudo cp dotfiles/system/slock@.service /etc/systemd/system/slock@.service
@ -26,7 +23,7 @@ sudo systemctl enable slock@$USER.service
sudo cp dotfiles/xorg.conf.d/20-intel.conf /etc/X11/xorg.conf.d/
sudo cp dotfiles/system/mnt-data.* /etc/systemd/system/
sudo cp dotfiles/system/powertop.service /etc/systemd/system/
sudo systemctl enable --now mnt-data.automount powertop.service
sudo systemctl enable --now mnt-data.automount powertop.service tlp.service
```
## Packages