Manjaro after install script

    
    #This is the script of doing some operations in manajro or arch based desktop.
    #please use this script as a superuser.
    pacman-mirrors
    pacman -Syyu
    pacman-mirrors --fasttrack && pacman -Syyu
    pacman -Syu
    pacman -S yay
    pacman -S code
    pacman -S latte-dock neofetch zsh tk telegram-desktop brave lolcat seahorse
    pip install pyautogui
    pip install requests
    pip install selenium
    wget "https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-linux32.tar.gz"
    sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    pip install glances
    
    
    
    
    #libinput gestures
    git clone https://github.com/bulletmark/libinput-gestures
    gpasswd -a $USER input
    sudo pacman -S xdotool wmctrl
    # E.g. On Debian based systems, e.g. Ubuntu:
    #sudo apt-get install xdotool wmctrl
    cd libinput-gestures
    ./libinput-gestures-setup install
    libinput-gestures-setup autostart
    libinput-gestures-setup start
    echo "Please reboot your machine"
    
    

Comments

Popular Posts