https://github.com/Mark24Code/christmas_tree
前置依赖:
Ncurses
有 vim 一般也会带这个。手动安装:
- MacOS:
brew install ncurses - Linux:
apt install libncurses5-dev或者apt install libncursesw5-dev
Ruby 3.0+
MacOS, Linux 一般都会带, 手动安装:
- MacOS:
brew install ruby - Linux:
apt install ruby
远程执行
gem exec christmas_tree
加上自己的名字:
gem exec christmas_tree --merry_to <yourname>