💄 Updated nvim color theme
This commit is contained in:
parent
ca2d04c7f4
commit
987023643c
5 changed files with 71 additions and 7 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue