Installation in cmus:
- Download the Atomic repository, unpack the downloaded file and manually place
atomic.theme
file into~/.config/cmus/
. - Open your cmus and type:
:colorscheme atomic
.
Installation in irssi:
- Download the Atomic repository, unpack the downloaded file and manually place
atomic.theme
file into~/.irssi/
. - Open your irssi and type:
/set theme atomic
. You can save changes with the command/save
.
Installation in mutt:
- Download the Atomic repository, unpack it and place
atomic.muttrc
to your~/.mutt
directory. - Then source this file from your
~/.muttrc
. For example:
source $HOME/.mutt/atomic.muttrc
Installation in Zsh:
- Copy the file
atomic.zsh-theme
to~/.oh-my-zsh/themes/
directory. - Change the theme name to
ZSH_THEME="atomic"
in the file~/.zshrc
. - Reload Zsh with
source ~/.zshrc
.