Correction of cp commands
This commit is contained in:
parent
62c11731b2
commit
19ac337f01
13
README.md
13
README.md
@ -8,17 +8,14 @@ cp dotfiles/.fehbg ~/
|
|||||||
cp dotfiles/.bash_profile ~/
|
cp dotfiles/.bash_profile ~/
|
||||||
cp dotfiles/.tmux.conf ~/
|
cp dotfiles/.tmux.conf ~/
|
||||||
cp dotfiles/.gemrc ~/
|
cp dotfiles/.gemrc ~/
|
||||||
mkdir -p ~/.gnupg && cp dotfiles/.gnupg/.gpg.conf ~/.gnupg/
|
mkdir -p ~/.gnupg && cp dotfiles/.gnupg/gpg.conf ~/.gnupg/
|
||||||
chmod +x ~/.fehbg
|
chmod +x ~/.fehbg
|
||||||
mkdir -p ~/.config/{spectrwm,alacritty,rofi,fish/functions}
|
mkdir -p ~/.config/{spectrwm,alacritty,rofi,fish/functions}
|
||||||
cp dotfiles/.config/spectrwm/spectrwm.conf ~/.config/
|
cp dotfiles/.config/spectrwm/* ~/.config/spectrwm/
|
||||||
cp dotfiles/.config/spectrwm/spectrwm_fr.conf ~/.config/spectrwm/
|
|
||||||
cp dotfiles/.config/spectrwm/bar ~/.config/spectrwm/
|
|
||||||
cp dotfiles/.config/alacritty/alcaritty.yml ~/.config/alacritty/
|
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/config.fish ~/config/fish/
|
||||||
cp dotfiles/.config/fish/functions/cl.fish ~/.config/fish/functions/
|
cp dotfiles/.config/fish/functions/* ~/.config/fish/functions/
|
||||||
cp dotfiles/.config/fish/functions/fish_prompt.fish ~/.config/fish/functions/
|
|
||||||
sudo sed -i "s/autospawn = no/autospawn = yes/" /etc/pulse/client.conf
|
sudo sed -i "s/autospawn = no/autospawn = yes/" /etc/pulse/client.conf
|
||||||
sudo cp dotfiles/X11/xorg.conf /etc/X11/
|
sudo cp dotfiles/X11/xorg.conf /etc/X11/
|
||||||
sudo cp dotfiles/system/slock@.service /etc/systemd/system/slock@.service
|
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/xorg.conf.d/20-intel.conf /etc/X11/xorg.conf.d/
|
||||||
sudo cp dotfiles/system/mnt-data.* /etc/systemd/system/
|
sudo cp dotfiles/system/mnt-data.* /etc/systemd/system/
|
||||||
sudo cp dotfiles/system/powertop.service /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
|
## Packages
|
||||||
|
Loading…
Reference in New Issue
Block a user