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