This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Needed for all installers | |
sudo apt update -y | |
sudo apt upgrade -y | |
sudo apt install -y curl git unzip | |
# Display system information in the terminal | |
sudo add-apt-repository -y ppa:zhangsongcui3371/fastfetch | |
sudo apt update -y | |
sudo apt install -y fastfetch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman -Syu | |
paru -S zsh google-chrome zip visual-studio-code-bin git copyq imwheel vlc obs-studio fastfetch remmina freerdp dropbox obsidian autokey-qt | |
sudo pacman -S freerdp | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" ; | |
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions ; | |
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Version: 39 | |
# Muda hostname | |
hostnamectl set-hostname opikdev | |
sudo dnf update | |
sudo dnf upgrade | |
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm | |
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pkcon refresh && sudo pkcon update | |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | |
sudo dpkg -i google-chrome-stable_current_amd64.deb | |
sudo apt install -f | |
wget -O - https://github.com/meetfranz/franz/releases/download/v5.10.0/franz_5.10.0_amd64.deb > franz.deb | |
sudo dpkg -i franz.deb ; sudo apt install -f | |
wget -O - https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2020.03.04_amd64.deb > dropbox.deb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ubuntu Based Distros - 22.04 ou 24.04 | |
sudo add-apt-repository ppa:zhangsongcui3371/fastfetch ; | |
sudo apt update ; | |
sudo apt install -y curl zsh git cmake autokey-qt copyq imwheel vlc obs-studio fastfetch remmina ; | |
sudo apt install nautilus-dropbox | |
# Caso tenha pobrema com o wkhtml | |
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==== EndeavourOS 202303 ==== | |
KDE Plastma / Gnome | |
yay google-chrome | |
sudo pacman -S curl zsh git neofetch imwheel zenity freerdp copyq | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
sudo pacman -S flatpak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Instala o basico | |
sudo apt update && sudo apt upgrade -y | |
sudo locale-gen pt_BR.UTF-8 | |
/usr/lib/apt/apt-helper download-file https://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2021.02.02_all.deb keyring.deb | |
dpkg -i ./keyring.deb | |
echo "deb http://debian.sur5r.net/i3/ $(lsb_release -c -s) universe" | sudo tee /etc/apt/sources.list.d/i3.list | |
sudo apt update | |
sudo apt install i3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Renomear User folder para remover acento do nome do AD | |
# Choco - no powershell com admin | |
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
choco install googlechrome -y | |
choco install firefox -y | |
choco install 7zip.install -y | |
choco install jetbrainstoolbox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Version: 39 | |
# Muda hostname | |
hostnamectl set-hostname opikdev | |
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm | |
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm | |
sudo dnf install google-chrome-stable dropbox obs-studio vlc -y | |
# Depois de logar no dropbox, quitar e: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install imwheel | |
Rodar o script mousewhell.sh | |
No startup, colocar ou na munheca: | |
imwheel --kill --buttons "4 5" | |
criar o arquivo em ~/.config/autostart/imwheel.desktop | |
[Desktop Entry] |
NewerOlder