update
This commit is contained in:
@@ -15,8 +15,12 @@ dotfiles:
|
||||
src: oh-my-zsh
|
||||
dst: ~/.oh-my-zsh
|
||||
chmod: '751'
|
||||
d_applications:
|
||||
src: local/share/applications
|
||||
dst: ~/.local/share/applications
|
||||
profiles:
|
||||
penguin:
|
||||
dotfiles:
|
||||
- f_zshrc
|
||||
- d_oh-my-zsh
|
||||
- d_applications
|
||||
|
||||
11
dotfiles/local/share/applications/Logseq.desktop
Normal file
11
dotfiles/local/share/applications/Logseq.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Logseq
|
||||
Exec=/usr/local/bin/logseq
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=~/.local/share/applications/Logseq.png
|
||||
StartupWMClass=Logseq
|
||||
X-AppImage-Version=0.9.11
|
||||
Comment=A privacy-first, open-source platform for knowledge management and collaboration.
|
||||
MimeType=x-scheme-handler/logseq
|
||||
Categories=Utility
|
||||
BIN
dotfiles/local/share/applications/Logseq.png
Normal file
BIN
dotfiles/local/share/applications/Logseq.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
@@ -88,7 +88,7 @@ export PATH="/home/lonelinster/.local/bin:/home/lonelinster/.cargo/bin:$PATH"
|
||||
|
||||
# You may need to manually set your language environment
|
||||
export LANG=en_US.UTF-8
|
||||
export EDITOR=vim
|
||||
export EDITOR=nvim
|
||||
#export all_proxy=http://192.168.31.40:7890
|
||||
#export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
|
||||
|
||||
@@ -118,10 +118,12 @@ alias noproxy="export all_proxy=''" # cancel proxy mode
|
||||
alias dotdrop="dotdrop --cfg=~/.dotfiles/config.yaml"
|
||||
|
||||
# config file shortcut
|
||||
alias vim="nvim"
|
||||
alias vz="vim ~/.zshrc" # edit zsh config
|
||||
alias sz="source ~/.zshrc" # source the zshrc file
|
||||
|
||||
# remotedesktop
|
||||
alias remm="remmina -c .local/share/remmina/group_rdp_nuc_43-249-192-204-45561.remmina"
|
||||
#alias nuc="wlfreerdp /u:752549025@qq.com /p:nebkij-xevkec-Zyvha9 /v:NUC /f /sound"
|
||||
alias nuc="wlfreerdp /u:752549025@qq.com /p:nebkij-xevkec-Zyvha9 /v:192.168.31.15 /f /sound"
|
||||
alias nucx="xfreerdp /u:752549025@qq.com /p:nebkij-xevkec-Zyvha9 /v:43.249.192.204:45561 /f /sound /floatbar:sticky:off,default:hidden,show:window -themes +multitouch /video -wallpaper +nego +smart-sizing"
|
||||
|
||||
Reference in New Issue
Block a user