Skip to content

Configuration files for softwares that I use

rclone

The file containing the rclone's config will be labelled as rclone.conf
Config location on system: ~/.config/rclone/rclone.conf
However, to prevent malicious entry into S3 buckets, their access_key_id and secret_access_key has been removed, so you need to enter those details manually with info from provider's respective panels.

htop

The file containing the htop's config will be labelled as htoprc
Config location on system: ~/.config/htop/htoprc

WARNING

The file gets rewritten when you modify the interface in htop, so backup the file if you want your favorite changes to persist in later OS reinstalls.

Revolt Stoat

There's two JSON files, light and dark variants. Either of them is to be imported into Revolt's Appearance tab -> Theme overrides menu.

DEPRECATED

Since the rebranding, the new client does not allow custom themes at this time (23rd Nov. 2025)

Bash

Since I moved over to Arch Linux () from Ubuntu 24.04 LTS () on my daily PC, I have since preferred this format in Konsole.

Input

bash
# normal user
PS1='\[\e[01;36m\]\u@\h \[\e[01;35m\]\W\[\e[01;33m\]>\[\e[00m\] '
# root (only displayed if doing su root)
PS1='\[\e[1;31m\]\u@\h \[\e[1;33m\]\W\[\e[38;5;208m\]#\[\e[0m\] '

Output

nwero@ruby ~> rustup update nightly
root@ruby ~# pacman -Syu --noconfirm