Last active
December 31, 2019 20:44
-
-
Save AngelBerihuete/a05f257cb49900ea0927462cb15510c0 to your computer and use it in GitHub Desktop.
Things to do after install Arch Linux on my laptop
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
# Change keymap layout to spanish | |
localectl set-x11-keymap es | |
# Install Spotify | |
https://snapcraft.io/install/spotify/arch | |
# After install Anaconda add the line in .zshrc | |
export PATH="/Users/username/miniconda3/bin:$PATH" | |
# Because I use the LARBS (Luke Smith) | |
# https://larbs.xyz/ | |
# .zshrc is in .config/zsh/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment