-
-
Save eramax/4da235b56ee90f5fb507bcf5bb236c9d to your computer and use it in GitHub Desktop.
manjaro install GTX 1050Ti
This file contains hidden or 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
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 |
This file contains hidden or 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 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