This commit is contained in:
Lee Tang
2022-03-15 23:53:25 +08:00
parent aec27520ca
commit 9dfd69c7a9
7 changed files with 80 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ tap "mongodb/brew"
tap "muesli/tap" tap "muesli/tap"
tap "universal-ctags/universal-ctags" tap "universal-ctags/universal-ctags"
tap "wez/wezterm" tap "wez/wezterm"
brew "openssl@1.1"
brew "readline" brew "readline"
brew "sqlite" brew "sqlite"
brew "xz" brew "xz"
@@ -28,6 +29,7 @@ brew "coreutils"
brew "ctags", link: false brew "ctags", link: false
brew "dosbox" brew "dosbox"
brew "dpkg" brew "dpkg"
brew "fd"
brew "fzf" brew "fzf"
brew "gcc" brew "gcc"
brew "gh" brew "gh"
@@ -52,6 +54,7 @@ brew "kompose"
brew "kubernetes-cli" brew "kubernetes-cli"
brew "kubectx" brew "kubectx"
brew "lazygit" brew "lazygit"
brew "qemu"
brew "lima" brew "lima"
brew "lrzsz" brew "lrzsz"
brew "lsd" brew "lsd"
@@ -60,7 +63,9 @@ brew "luarocks"
brew "maven" brew "maven"
brew "minikube" brew "minikube"
brew "node@14" brew "node@14"
brew "mongosh"
brew "protobuf" brew "protobuf"
brew "mosh", args: ["HEAD"]
brew "mysql" brew "mysql"
brew "neofetch" brew "neofetch"
brew "neovim" brew "neovim"
@@ -70,7 +75,7 @@ brew "nmap"
brew "node" brew "node"
brew "openssl@3" brew "openssl@3"
brew "podman" brew "podman"
brew "postgresql", restart_service: true brew "postgresql"
brew "pyenv" brew "pyenv"
brew "pyenv-virtualenv" brew "pyenv-virtualenv"
brew "python@3.8" brew "python@3.8"
@@ -87,6 +92,7 @@ brew "socat"
brew "sshuttle" brew "sshuttle"
brew "starship" brew "starship"
brew "stylua" brew "stylua"
brew "syncthing", restart_service: true
brew "telnet" brew "telnet"
brew "the_silver_searcher" brew "the_silver_searcher"
brew "thrift" brew "thrift"

1
.zshrc
View File

@@ -106,6 +106,7 @@ alias jumper='ssh tangli@10.1.4.14 -p 32200'
alias wol_xps8940="host root.pi.d0zingcat.xyz | cut -d ' ' -f 4 | cat | xargs -I {} wakeonlan -i {} -p 30009 'FC:44:82:13:BA:0F'" alias wol_xps8940="host root.pi.d0zingcat.xyz | cut -d ' ' -f 4 | cat | xargs -I {} wakeonlan -i {} -p 30009 'FC:44:82:13:BA:0F'"
alias nerdctl='lima nerdctl' alias nerdctl='lima nerdctl'
alias docker='lima docker' alias docker='lima docker'
alias batc='bat --paging=never'
function workup() { function workup() {

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,43 @@
{
"$schema": "https://www.raycast.com/schemas/extension.json",
"name": "hacker-news",
"title": "Hacker News",
"description": "Read the latest stories of Hacker News.",
"icon": "icon.png",
"author": "thomas",
"license": "MIT",
"commands": [
{
"name": "frontpage",
"title": "Read Frontpage",
"subtitle": "Hacker News",
"description": "Get the latest from the fontpage of Hacker News.",
"mode": "view"
},
{
"name": "show",
"title": "Read Show HN",
"subtitle": "Hacker News",
"description": "Get the latest from Show HN.",
"mode": "view"
}
],
"dependencies": {
"@raycast/api": "^1.28.0",
"got": "^11.8.2",
"rss-parser": "^3.12.0"
},
"devDependencies": {
"@types/node": "~16.10.0",
"@types/react": "^17.0.28",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"typescript": "^4.4.3"
},
"scripts": {
"build": "ray build -e dist",
"dev": "ray develop"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
/Applications/Raycast.app/Contents/Resources/RaycastCommands_RaycastCommands.bundle/Contents/Resources/api/node_modules