Move scripts into Separate Folder
This commit is contained in:
parent
b1002bbdb9
commit
a6274749fd
0
autostart.sh → scripts/autostart.sh
Executable file → Normal file
0
autostart.sh → scripts/autostart.sh
Executable file → Normal file
0
changefish.sh → scripts/changefish.sh
Executable file → Normal file
0
changefish.sh → scripts/changefish.sh
Executable file → Normal file
4
install.sh → scripts/install.sh
Executable file → Normal file
4
install.sh → scripts/install.sh
Executable file → Normal file
@ -1,9 +1,9 @@
|
|||||||
sudo pacman -Syu
|
sudo pacman -Syu
|
||||||
sudo pacman -Sy cmake yajl neovim fish go dotnet-runtime dotnet-sdk xorg-xsetroot aspnet-runtime alacritty spotifyd neofetch nodejs discord vifm docker networkmanager-openvpn htop awesome-terminal-fonts ttf-jetbrains-mono gnome-keyring playerctl base-devel
|
sudo pacman -Sy cmake yajl neovim fish go dotnet-runtime dotnet-sdk xorg-xsetroot aspnet-runtime alacritty spotifyd neofetch nodejs discord vifm docker networkmanager-openvpn htop awesome-terminal-fonts ttf-jetbrains-mono gnome-keyring playerctl base-devel
|
||||||
|
|
||||||
mv ./.xinitrc ~/.xinitrc
|
mv ../.xinitrc ~/.xinitrc
|
||||||
mkdir ~/.dwm
|
mkdir ~/.dwm
|
||||||
mv ./autostart.sh ~/.dwm/autostart.sh
|
mv ../autostart.sh ~/.dwm/autostart.sh
|
||||||
|
|
||||||
chsh -s /usr/bin/fish
|
chsh -s /usr/bin/fish
|
||||||
|
|
Loading…
Reference in New Issue
Block a user