Skip to content

Instantly share code, notes, and snippets.

@henriqueutsch
Last active July 10, 2020 14:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save henriqueutsch/01babe85211636ffd844c706b0eea1cb to your computer and use it in GitHub Desktop.
Save henriqueutsch/01babe85211636ffd844c706b0eea1cb to your computer and use it in GitHub Desktop.
manjaro install GTX 1050Ti
https://linuxconfig.org/how-to-install-the-nvidia-drivers-on-manjaro-18-linux
https://github.com/dglt1/optimus-switch-gdm
https://forum.manjaro.org/t/hdmi-monitor-not-working/94301/2
https://www.unixmen.com/install-oh-zsh-ubuntu-arch-linux-fedora/
https://starship.rs/guide/#%F0%9F%9A%80-installation
https://gist.github.com/tomgco/d08fcf551b5e3157173d2f0701b50b46
https://wiki.archlinux.org/index.php/VirtualBox
sudo su
sudo pacman -Syy --noconfirm
sudo pacman -S yay --noconfirm
sudo yay -Syu --noconfirm
mhwd -a pci nonfree 0300
yay -S core/linux54-headers acpi_call-dkms xorg-xrandr xf86-video-intel git --noconfirm
sudo modprobe acpi_call
git clone https://github.com/dglt1/optimus-switch-gdm.git
cd ~/optimus-switch-gdm
sudo chmod +x install.sh
sudo ./install.sh
sudo set-intel.sh
#ZSH
yay -S zsh --noconfirm
curl -L http://install.ohmyz.sh | sh
#asdf
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.7.8
echo -e "\n. $HOME/.asdf/asdf.sh" >> ~/.zshrc
asdf plugin-add ruby
asdf plugin-add python
asdf plugin-add nodejs https://github.com/asdf-vm/asdf-nodejs.git
bash ~/.asdf/plugins/nodejs/bin/import-release-team-keyring
asdf install ruby 2.6.3
asdf install ruby 2.6.5
asdf install nodejs 12.16.1
#starship
curl -fsSL https://starship.rs/install.sh | bash
echo 'eval "$(starship init zsh)"' >> ~/.bashrc
#docker
yay -S docker --noconfirm
yay -S docker-compose --noconfirm
yay -S docker-machine --noconfirm
yay -S vivaldi --noconfirm
yay -S visual-studio-code-bin --noconfirm
#snap
git clone https://aur.archlinux.org/snapd.git
cd snapd
makepkg -si
sudo systemctl enable --now snapd.socket
sudo ln -s /var/lib/snapd/snap /snap
cd ..
rm -rf snapd
sudo snap install teams-for-linux
sudo snap install postman
yay -S pgadmin3 --noconfirm
yay -S tmux --noconfirm
yay -S google-chrome --noconfirm
#pixelload
sudo pacman -S qt5-websockets python-docopt python-numpy python-pillow python-psutil python-websockets
yay -S ulauncher
yay -S plank plank-docklets plank-themes
yay -S dockstation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment