title: Linux Applications toc_enable: yes breadcrumbs:
Kubuntu 19.10+
Warning: Fancontrol is unreliable and should probably not be used. The fan controller IDs like to change on every reboot which breaks the config.
lm-sensors
.sensors-detect
.
/etc/modules
.kmod
service to reload the modules.fancontrol
.gnuplot
if you want pwmconfig
to generate graphical plots.pwmconfig
.
/etc/fancontrol
)./etc/fancontrol
.interval
to around 2 seconds.fancontrol
service./etc/X11/xorg.conf
.GUI for configuring gaming mice.
piper
.git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
~/.zshrc
: ZSH_THEME="powerlevel9k/powerlevel9k"
~/.zshrc
, set POWERLEVEL9K_MODE="nerdfont-complete"
.~/.zshrc
: See below.Make zprofile include profile:
/etc/zprofile
, add: emulate sh -c "source /etc/profile"
Prevents Snaps and other profile stuff from breaking.
# File: ~/.zshrc
CASE_SENSITIVE="true"
ZSH_THEME="powerlevel9k/powerlevel9k"
POWERLEVEL9K_MODE="nerdfont-complete"
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs)
POWERLEVEL9K_STATUS_CROSS="true"
steamapps/compatdata/<number>/pfx/drive_c/users/steamuser/AppData/
{% include footer.md %}