mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-02-20 03:23:03 -05:00
neovim: - increase timoutlen, ttimeoutlen coz I'm slow - print -> vim.notify chore: use ANSI escape code for 'bunny' script instead of tput (from ncurses)
8 lines
394 B
Bash
Executable File
8 lines
394 B
Bash
Executable File
#!/bin/sh
|
|
|
|
printf "
|
|
\033[1;31m(\ /) \033[1;32m(\_/) \033[1;33m (\-/) \033[1;34m(\\(\\ \033[1;35m(\\_/) \033[1;36m /)/)
|
|
\033[1;31m( . .) \033[1;32m(0_0) \033[1;33m(='.'=) \033[1;34m(=':'=) \033[1;35m(>.<) \033[1;36m ( ^.^)
|
|
\033[1;31mC(\")(\") \033[1;32mC(\")(\") \033[1;33m(\")-(\")O \033[1;34m(,(\")(\") \033[1;35m(\")_(\") \033[1;36mC(\")(\")\033[0m
|
|
"
|