My development environment settings and scripts.
cd ~
git clone https://github.com/fabionaspolini/.dev-scripts.gitCreate the file ~/.bashrc.d/dev-scripts-init.sh and add . ~/.dev-scripts/profile-init.sh.
Quick setup
echo ". ~/.dev-scripts/profile-init.sh" >> ~/.bashrc.d/dev-scripts-init.sh- on-login: Execute after successfully logging in, when the whole graphic interface is loaded. Use the Autostart feature from your graphic interface to link these scripts.
- pre-login: Execute after login, but before loading the desktop session. Environment variables defined here are applied to all graphical interface apps.
- Create file in folder
~/.config/plasma-workspace/env/to link for each script from here folder.
- Create file in folder
pre-login quick setup
echo "source $HOME/.dev-scripts/system-triggers/session/pre-login/clear-ibus.sh" >> ~/.config/plasma-workspace/env/clear-ibus.sh