- Install zsh
- Install snap
- From snap install VS Code and VLC (not from AUR) since it handles automatic update.
- Do not install firefox from snap. Build it locally, see https://wiki.manjaro.org/index.php?title=Install_Firefox_in_your_home_directory. For some reason
~
does not work, replace it by/home/<Account Name/
. The icon is inchrome
folder.
sudo pacman-mirrors -g --geoip
- Temporarily:
export PATH=$PATH:/path/to/dir
- Permanently: Add the same line to
~/.zshrc
and then executesource ~/.zshrc
, e.g.:export PATH="/var/lib/snapd/snap/bin:$PATH"
Neat trick: https://stackoverflow.com/a/47795375
PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH
Add __init__.py
into the test folder.