Last active
March 18, 2019 16:36
-
-
Save gabrielmoreira/912c7d5882ce78ffbba96a3adb8eb983 to your computer and use it in GitHub Desktop.
Antergos Installation Scripts - Install Antergos https://antergos.com/
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 vim /etc/locale.gen | |
# uncoment en_US and pt_BR (both ISO e UTF) | |
sudo locale-gen | |
sudo vim /etc/locale.conf | |
# LANG=en_US.UTF-8 | |
# LC_COLLATE=en_US.UTF8 | |
sudo pacman --noconfirm -Syyyyu | |
sudo pacman -S zsh git vim tk terminator elementary-icon-theme chrome-gnome-shell albert fasd yaourt lynx python-pip muparser vlc docker meld gdm linux-headers | |
sudo pip install awscli | |
# CONFIGURE GDM | |
sudo systemctl disable lightdm | |
sudo systemctl enable gdm | |
# RUN NEXT STEP WITH YOUR REAL USER: | |
cat <<EOT >> ~/.yaourtrc | |
NOCONFIRM=1 | |
BUILD_NOCONFIRM=1 | |
EDITFILES=0 | |
EOT | |
yaourt -S ttf-ms-fonts google-chrome visual-studio-code-bin insomnia slack-desktop inxi glxinfo heroku-cli jdk7 jdk8 jdk9 docker-compose-bin consolas-font menulibre robo3t-bin teamviewer oh-my-zsh-git nvm | |
# CONFIGURE JAVA | |
sudo archlinux-java set java-8-jdk | |
# CONFIGURE DOCKER TO RUN WITHOUT SUDO | |
sudo systemctl enable docker | |
sudo gpasswd -a ${USER} docker | |
# ENABLE O TEAMVIEWER SERVICE | |
sudo systemctl enable teamviewerd | |
# INSTALL OH MY ZSH | |
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
cp /usr/share/oh-my-zsh/zshrc ~/.zshrc | |
chsh -s /bin/zsh | |
# INSTALL NVM | |
# curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | zsh | |
echo "source /usr/share/nvm/init-nvm.sh" >> ~/.zshrc | |
# nvm install v9 | |
# INSTALL VIM PLUGINS | |
sh <(curl https://j.mp/spf13-vim3 -L) | |
echo "set nospell" >> ~/.vimrc.local | |
echo "set mouse-=a" >> ~/.vimrc.local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GNOME AND EXTENSIONS CONFIGURATION SUGGESTION
Define custom keybind for albert (Bug workaround albertlauncher/albert#594 )