💄 Updated nvim color theme

This commit is contained in:
z3rOR0ne 2024-12-29 01:56:15 -08:00
parent ca2d04c7f4
commit 987023643c
5 changed files with 71 additions and 7 deletions

View file

@ -674,3 +674,9 @@ Uninstall old tldr and replace with tealdeer
doas pacman -Rs tldr && doas pacman -S tealdeer && tldr --update
Install btop-theme-catppuccin
paru -S btop-theme-catppuccin
Install ipython (better python interpreter):
doas pacman -S ipython
Configure ipython to use vi keybindings
ipython profile create
in ~/.ipython/profile_default/ipython_config.py,
edit c.TerminalInteractiveShell.editing_mode = 'vi'