mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 11:12:39 +00:00
Add Raycast export
This commit is contained in:
parent
3b77c76adc
commit
8fef01eb50
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,6 +12,7 @@
|
|||
!nvim/**/*
|
||||
!vscode-neovim/**/*
|
||||
!karabiner/**/*
|
||||
!raycast-export/**/*
|
||||
!wallpapers/**/*
|
||||
!appicons/**/*
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
alias fixmouse="killall LogiMgrDaemon"
|
||||
alias icloud="cd ~/Library/Mobile\ Documents/com~apple~CloudDocs"
|
||||
alias pi="ssh pi@185.138.33.80 -p 1733"
|
||||
alias ubuntu="ssh mikkelsvartveit@34.138.227.57"
|
||||
alias pi="ssh pi@pi.misva.me -p 1733"
|
||||
alias ubuntu="ssh mikkelsvartveit@gcp.misva.me"
|
||||
alias cloud="ssh ubuntu@cloud.misva.me"
|
||||
alias zshrc="nvim ~/.zshrc"
|
||||
alias fishconfig="cd ~/.config/fish && nvim config.fish && cd -"
|
||||
alias nvimconfig="cd ~/.config/nvim && nvim && cd -"
|
||||
|
|
@ -9,6 +10,8 @@ alias ai="sgpt -se"
|
|||
|
||||
abbr x86 "arch -x86_64"
|
||||
abbr v "nvim"
|
||||
abbr s "npm run serve"
|
||||
abbr d "npm run dev"
|
||||
abbr venv "source venv/bin/activate.fish"
|
||||
abbr gpf "git push --force-with-lease"
|
||||
abbr ghv "gh repo view --web"
|
||||
|
|
|
|||
BIN
raycast-export/Raycast 2023-05-11 09.58.43.rayconfig
Normal file
BIN
raycast-export/Raycast 2023-05-11 09.58.43.rayconfig
Normal file
Binary file not shown.
Loading…
Reference in a new issue