18978de76d | ||
---|---|---|
.. | ||
ncspot | ||
newsboat | ||
vim | ||
zsh | ||
README.md |
README.md
Terminal Apps
ncspot
Add the contents of ncspot/config.toml to ~/.config/ncspot/config.toml
Newsboat
Also valid for Newsbeuter. Append the contents of newsboat/config to ~/.newsboat/config
cat newsboat/config >> ~/.newsboat/config
Ranger file manager
You can use the "jungle" theme that comes by default by adding this in your .config/ranger/rc.conf
set colorscheme jungle
Vim
Although you can use Vim with the default terminal colors, I've created a Vim theme to better fit my needs. You need to copy vim/cyberpunkneon.vim to ~/.vim/colors
cp vim/cyberpunk-neon.vim ~/.vim/colors
And then apply the theme in your .vimrc:
colorscheme cyberpunk-neon
Set also 'termguicolors' for better integration:
set termguicolors
You can also modify and generate the theme easily with the cyberpunkneon.erb file in the resources folder.
Vim-airline
If you use the airline plugin, this theme will match https://github.com/q/K-DE-Cyberpunk-Neon/blob/master/neovim/cyberpunk.vim
Just write the file to ~/.vim/plugged/vim-airline-themes/autoload/airline/themes/
and add let g:airline_theme="cyberpunk"
to your vimrc
ZSH
Those cool prompts I have are a ZSH theme. Assuming you already installed ZSH and the powerlevel10k theme for it, you only have to copy the contents of the /zsh/powerlevel9k file into your ~/.zshrc
Note: powerlevel10k config is retrocompatible with powerlevel9k syntax. You just need to tell ZSH to use the powerlevel10k theme before adding the content of the powerlevel9k file. If you, like me, have installed the theme via Archlinux User Repository, that means you have to add source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
to your ~/.zshrc