Add Catppuccin for Pygments and force ccat to use Pygments
parent
46318211ed
commit
9194648e9a
2
.env
2
.env
|
@ -6,3 +6,5 @@ export PATH="$PATH:/home/go/bin:/usr/local/.local/bin:~/node_modules/.bin"
|
|||
# system on another partition than user data, so that copying between partitions is denied by gio.
|
||||
# another solution is to link $XDG_DATA_HOME/Trash somewhere on the same partition as user data
|
||||
export ELECTRON_TRASH="trash-cli"
|
||||
export ZSH_COLORIZE_TOOL="pygmentize"
|
||||
export ZSH_COLORIZE_STYLE="catppuccin-macchiato"
|
||||
|
|
|
@ -133,6 +133,8 @@ if [ ! -z "$INIT" ]; then
|
|||
echo -e "\tFor gtk..."
|
||||
# Change icon color for Papirus Icon Theme
|
||||
papirus-folders -C cat-latte-flamingo --theme Papirus-Dark
|
||||
echo -e "\tFor Pygments..."
|
||||
pip install --break-system-packages 'catppuccin[pygments]'
|
||||
# Basic directory structure
|
||||
echo -e "* Create base home directories..."
|
||||
mkdir -p ~/documents ~/images/screenshots ~/videos ~/downloads
|
||||
|
|
Loading…
Reference in New Issue