mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-06-03 23:16:50 +00:00
updates
This commit is contained in:
@@ -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
1
.zshrc
@@ -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
@@ -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
1
raycast/extensions/node_modules
Symbolic link
1
raycast/extensions/node_modules
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/Applications/Raycast.app/Contents/Resources/RaycastCommands_RaycastCommands.bundle/Contents/Resources/api/node_modules
|
||||||
Reference in New Issue
Block a user