update
This commit is contained in:
parent
83d36260e9
commit
d2e4b239bd
13 changed files with 57 additions and 69 deletions
|
|
@ -1,15 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Icon=/opt/jetbrains-toolbox/bin/toolbox.svg
|
||||
Exec=/opt/jetbrains-toolbox/bin/jetbrains-toolbox --minimize
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Categories=Development
|
||||
Name=JetBrains Toolbox
|
||||
StartupWMClass=jetbrains-toolbox
|
||||
Terminal=false
|
||||
MimeType=x-scheme-handler/jetbrains;
|
||||
X-GNOME-Autostart-enabled=true
|
||||
StartupNotify=false
|
||||
X-GNOME-Autostart-Delay=10
|
||||
X-MATE-Autostart-Delay=10
|
||||
X-KDE-autostart-after=panel
|
||||
|
|
@ -65,7 +65,7 @@ return {
|
|||
name = "ollama",
|
||||
schema = {
|
||||
model = {
|
||||
default = "mistral:latest",
|
||||
default = "mistral:v0.3",
|
||||
},
|
||||
},
|
||||
env = {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ new() {
|
|||
name=$(find "$HOME/Documents/gitlab" -mindepth 2 -maxdepth 2 -type d \
|
||||
| awk -F/ '{print $(NF-1)"/"$NF}' \
|
||||
| sort \
|
||||
| wofi -dmenu -i -p "New Session" --columns 1)
|
||||
| wofi --dmenu -i -p "New Session" --columns 1)
|
||||
|
||||
if [ -z "$name" ]; then
|
||||
return
|
||||
|
|
@ -61,7 +61,7 @@ goland-new() {
|
|||
name=$(find "$HOME/Documents/gitlab" -mindepth 2 -maxdepth 2 -type d \
|
||||
| awk -F/ '{print $(NF-1)"/"$NF}' \
|
||||
| sort \
|
||||
| wofi -dmenu -i -p "New JetBrains Session" --columns 1)
|
||||
| wofi --dmenu -i -p "New JetBrains Session" --columns 1)
|
||||
|
||||
if [ -z "$name" ]; then
|
||||
return
|
||||
|
|
|
|||
|
|
@ -20,3 +20,4 @@ alias gc='git commit -a'
|
|||
alias gd='git diff'
|
||||
alias gp='git push'
|
||||
alias bw='NODE_OPTIONS="" bw'
|
||||
alias devpod='flatpak run --arch=x86_64 --command=devpod-cli sh.loft.devpod'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue