-
Oh My Zsh:
- .zshrc file
- To work you need these plugins:
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete
- NVM - Node Version Manager (optional)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
- Bun (optional)
curl -fsSL https://bun.sh/install | bash
-
VSCodium:
-
Kitty:
-
Fastfetch:
-
KDE:
- NVIDIA GPU FAN Control
-
Give permissions for script
chmod +x ./fancontrol.sh chmod +x ./Rust-gpu-fan-control
-
Configure sudo for paswordless execution
- Edit the sudoers file using visudo:
sudo visudo
- Add this line at the end of the file, replace
username
and/path/to
and with your username
username ALL=(ALL) NOPASSWD: /path/to/Rust-gpu-fan-control
-
Add script on startup launch and you good to go. KDE Autostart
-