feat: 🔍 Added lm-studio updater & update command
This commit is contained in:
@@ -89,3 +89,8 @@
|
|||||||
repo = /home/devin/dotfiles
|
repo = /home/devin/dotfiles
|
||||||
[fetch]
|
[fetch]
|
||||||
prune = true
|
prune = true
|
||||||
|
[filter "lfs"]
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
|||||||
Executable
+8
@@ -0,0 +1,8 @@
|
|||||||
|
# first remove the old lm studio
|
||||||
|
|
||||||
|
rm ~/AppImages/LM-Studio.AppImage
|
||||||
|
|
||||||
|
cp ~/Downloads/LM-Studio-0.3.30-1-x64.AppImage ~/AppImages/LM-Studio.AppImage
|
||||||
|
|
||||||
|
chmod +x ~/AppImages/LM-Studio.AppImage
|
||||||
|
|
||||||
+850
-192
File diff suppressed because it is too large
Load Diff
+4
-2
@@ -9,7 +9,7 @@ bindkey -v
|
|||||||
|
|
||||||
bindkey "^[[H" beginning-of-line
|
bindkey "^[[H" beginning-of-line
|
||||||
bindkey "^[[F" end-of-line
|
bindkey "^[[F" end-of-line
|
||||||
bindkey "^[[3~" delete-char
|
bindkey "^[[3~" delete-char
|
||||||
|
|
||||||
# Enable colors and change prompt:
|
# Enable colors and change prompt:
|
||||||
autoload -U colors && colors
|
autoload -U colors && colors
|
||||||
@@ -17,6 +17,7 @@ PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magent
|
|||||||
# time at right hand side
|
# time at right hand side
|
||||||
RPROMPT='%F{15}(%F{166}%D{%H:%M}%F{15})%f'
|
RPROMPT='%F{15}(%F{166}%D{%H:%M}%F{15})%f'
|
||||||
|
|
||||||
|
|
||||||
export PATH=$PATH:$HOME/.local/bin
|
export PATH=$PATH:$HOME/.local/bin
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export GIT_EDITOR=nvim
|
export GIT_EDITOR=nvim
|
||||||
@@ -30,6 +31,7 @@ setopt histignorealldups
|
|||||||
alias ..='cd ..'
|
alias ..='cd ..'
|
||||||
alias la='ls -la'
|
alias la='ls -la'
|
||||||
|
|
||||||
alias lmstudio='./AppImages/LM-Studio.AppImage'
|
alias wake_up='cd source/ai_web && ./run.sh & ~/AppImages/LM-Studio.AppImage &'
|
||||||
|
alias updatepls='sudo dnf update -y && sudo flatpak update -y'
|
||||||
|
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|||||||
Reference in New Issue
Block a user