add new folder creation to installation script

This commit is contained in:
NaiJi ✨ 2024-02-10 01:31:35 +04:00
parent dd10f39a36
commit 719575c36f
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ sudo pacman -S nvim mpd mpc ncmpcpp htop brightnessctl xwallpaper man dnsutils a
sudo cp -f ~/.config/lightdm/lightdm-gtk-greeter.conf /etc/lightdm/
sudo cp -f ~/.config/pacman/* /etc/
sudo cp -f ~/.config/profile/profile /etc/
mkdir -p ~/.local/share/i3status/
echo ' put some reminder here man ' > ~/.local/share/i3status/reminder
echo ' here some music will play ' > ~/.local/share/i3status/now-playing
mkdir -p ~/Code/
systemctl --user enable mpd.service