Viridi
cbonsai showcase
5
   
奖励
收藏
已收藏
取消收藏
下载
"
About
cbonsai is a bonsai tree generator for Arch Linux. Can be used as screensaver, but in my case, I'll use to decorate my Steam profile.

Installation
1. Open a terminal (Ctrl + Alt + T).
2. Delete db.lck if you are on a fresh install of Arch Linux:
sudo rm /var/lib/pacman/db.lck

3. Install and/or update base-devel and Git:
sudo pacman -Syu base-devel git
sudo pacman -S base-devel git

4. Install yay or another AUR helper:
git clone https://aur.archlinux.org/yay.git
cd yay && makepkg -si

5. Install cbonsai:
yay -S cbonsai-git
cd /home/$USER/.cache/yay/cbonsai-git/ && makepkg -si
Note: Press A to any prompt showed in the console during the installation.

6. Check if cbonsai is working:
cbonsai -h

My terminal configuration
1. .bashrc PS1 variable:
PS1='\[\e[38;5;255;1m\][\[\e[38;5;76m\]\u\[\e[38;5;255m\]@\[\e[38;5;27m\]\h\[\e[0m\] \[\e[38;5;111;1m\]\W\[\e[38;5;255m\]]\[\e[38;5;220m\]\\$\[\e[0m\] '
Made with Bash Prompt Generator, edited with nano.

2. Terminal background color: #1E2021
To quickly change the color, right click on your terminal > Preferences... > Colors > Background Color.



El color verde es mi favorito. Es el color de la naturaleza, y a su vez, el color de que las cosas van bien cuando se usa para mensajes en una consola. Este programa fusiona ambos conceptos, y verlo me trasmite serenidad."