24 lines
667 B
Plaintext
24 lines
667 B
Plaintext
#copy/move ~/arcolinux-config/.config to ~/.config
|
|
#(delete ~/arcolinux-config)
|
|
#cd .config/autostart
|
|
#make executable "disable mouse acc"
|
|
#run "disable mouse acc"
|
|
#cd .config/scripts
|
|
#chmod +x startup.sh
|
|
#./startup.sh
|
|
#cd ..
|
|
#cd ..
|
|
|
|
#download pCloud: link https://www.pcloud.com/how-to-install-pcloud-drive-linux.html?download=electron-64
|
|
#copy/move ~/Downloads/pcloud to ~/
|
|
#make executable ~/pcloud
|
|
#run ~/pcloud
|
|
|
|
download wireguard config and unzip
|
|
copy/move wireguard mullvad config
|
|
|
|
Choose desktop wallpapers
|
|
uncheck all unneeded wallpapers in "variety"
|
|
choose settings (changing wallpaper) as needed
|
|
|
|
cp is the command for copy usage: cp <source> <destination> |