feat: added kitty color schemes
This commit is contained in:
9
extra/build
Executable file
9
extra/build
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
|
||||
cd "$DIR/.."
|
||||
|
||||
export LUA_PATH="./lua/?/init.lua;./lua/?.lua"
|
||||
lua -e 'require"tokyonight.extra"'
|
||||
Reference in New Issue
Block a user