update config
This commit is contained in:
@@ -1,14 +1,20 @@
|
|||||||
# pacman
|
# core
|
||||||
archlinuxcn-keyring yay paru hyprland-git
|
archlinuxcn-keyring yay paru zsh curl \
|
||||||
zsh ketty dunst polkit-kde-agent wofi xdg-desktop-portal-hyprland
|
hyprland xdg-desktop-portal-hyprland \
|
||||||
waybar-hyprland-git curl sddm ttf-jetbrains-mono-nerd noto-fonts-emoji
|
kitty dunst swaylock-effects udiskie \
|
||||||
swaylock-effects udiskie
|
polkit-kde-agent wofi waybar-hyprland-git sddm btop \
|
||||||
way-zenhei wqy-microhei wqy-microhei-lite wqy-bitmapfont
|
ttf-jetbrains-mono-nerd noto-fonts-emoji wqy-zenhei wqy-microhei wqy-microhei-lite wqy-bitmapfont \
|
||||||
alsa-utils pulseaudio pamixer pavuconrtol blueman network-manager-applet btop
|
alsa-utils pulseaudio pamixer pavucontrol blueman network-manager-applet \
|
||||||
fcitx5 fcitx5-rime fcitx5-chinese-addons fcitx5-material-color fcitx5-configtool
|
fcitx5 fcitx5-rime fcitx5-chinese-addons fcitx5-material-color fcitx5-configtool \
|
||||||
obsidain neofetch
|
obsidian neofetch notion-app-enhanced vscodium-bin
|
||||||
|
|
||||||
|
# other
|
||||||
plasma-desktop
|
plasma-desktop
|
||||||
|
|
||||||
# yay
|
# yay/paru
|
||||||
google-chrome dotdrop swww wlogout logseq-desktop-wayland-bin
|
google-chrome dotdrop swww wlogout logseq-desktop-wayland-bin anytype-bin
|
||||||
|
|
||||||
|
|
||||||
|
ghp_
|
||||||
|
|
||||||
|
9ykTi91rAkLtVnxhBcLssmIZaUxVvR2hWODQ
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
|
export PATH="$HOME/bin:/usr/local/bin:$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
@@ -73,7 +74,6 @@ ZSH_THEME="zhann"
|
|||||||
plugins=(
|
plugins=(
|
||||||
git
|
git
|
||||||
sudo
|
sudo
|
||||||
#zsh-syntax-highlighting
|
|
||||||
F-Sy-H
|
F-Sy-H
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
history-substring-search
|
history-substring-search
|
||||||
@@ -84,7 +84,6 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
# User configuration
|
# User configuration
|
||||||
|
|
||||||
# export MANPATH="/usr/local/man:$MANPATH"
|
# export MANPATH="/usr/local/man:$MANPATH"
|
||||||
export PATH="/home/lostecho/.local/bin:/home/lostecho/.cargo/bin:$PATH"
|
|
||||||
|
|
||||||
# You may need to manually set your language environment
|
# You may need to manually set your language environment
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
@@ -115,44 +114,30 @@ export EDITOR=vim
|
|||||||
alias proxy="export all_proxy=http://192.168.31.40:7890" # for home network enviroment
|
alias proxy="export all_proxy=http://192.168.31.40:7890" # for home network enviroment
|
||||||
alias noproxy="export all_proxy=''" # cancel proxy mode
|
alias noproxy="export all_proxy=''" # cancel proxy mode
|
||||||
|
|
||||||
|
# dordrop config file alias
|
||||||
alias dotdrop="dotdrop --cfg=~/.dotfiles/config.yaml"
|
alias dotdrop="dotdrop --cfg=~/.dotfiles/config.yaml"
|
||||||
|
|
||||||
# config file shortcut
|
# config file shortcut
|
||||||
alias vhypr="vim ~/.config/hypr/hyprland.conf" # edit hyprland config
|
alias vhypr="vim ~/.config/hypr/hyprland.conf" # edit hyprland config
|
||||||
alias vzsh="vim ~/.zshrc" # edit zsh config
|
alias vzsh="vim ~/.zshrc" # edit zsh config
|
||||||
alias szsh="source ~/.zshrc" # source the zshrc file
|
alias szsh="source ~/.zshrc" # source the zshrc file
|
||||||
alias hyprloadreins="curl -sSL https://raw.githubusercontent.com/Duckonaut/hyprload/main/install.sh | bash"
|
alias hyprloadreload="curl -sSL https://raw.githubusercontent.com/Duckonaut/hyprload/main/install.sh | bash"
|
||||||
|
|
||||||
# quick command
|
# quick command
|
||||||
alias pdf="zathura"
|
alias pdf="zathura"
|
||||||
|
|
||||||
# remotedesktop
|
# remotedesktop
|
||||||
alias nuc="xfreerdp /u:752549025@qq.com /p:nebkij-xevkec-Zyvha9 /v:NUC /f"
|
alias nuc="wlfreerdp /u:752549025@qq.com /p:nebkij-xevkec-Zyvha9 /v:NUC /f"
|
||||||
#alias nuc="xfreerdp /u:752549025@qq.com /p:nebkij-xevkec-Zyvha9 /v:192.168.31.139 /f"
|
alias nucs="xfreerdp /u:752549025@qq.com /p:nebkij-xevkec-Zyvha9 /v:192.168.31.15 /f"
|
||||||
alias nucs="xfreerdp /u:752549025@qq.com /p:nebkij-xevkec-Zyvha9 /v:rdp.chipdale.top /f"
|
|
||||||
|
|
||||||
# pacman command
|
|
||||||
#alias pins="sudo pacman -S"
|
|
||||||
#alias psea="sudo pacman -Ss"
|
|
||||||
#alias puni="sudo pacman -Rsn"
|
|
||||||
alias yins="yay -S"
|
|
||||||
alias ysea="yay -Ss"
|
|
||||||
alias yuni="yay -Rsn"
|
|
||||||
alias pins="paru -S"
|
|
||||||
alias psea="paru -Ss"
|
|
||||||
alias puni="paru -Rsn"
|
|
||||||
alias psyuu="paru -Syuu"
|
|
||||||
|
|
||||||
# install software
|
# install software
|
||||||
alias installaur="sudo pacman -S yay paru"
|
alias installpac="sudo pacman -S archlinuxcn-keyring yay paru zsh curl \
|
||||||
alias installinput="sudo pacman -S wqy-microhei fcitx5-im fcitx5-chinese-addons fcitx5-material-color && yay -S fcitx5-input-support"
|
hyprland xdg-desktop-portal-hyprland \
|
||||||
alias installhyprland="yay -S hyprland-git kitty hyprpaper dunst polkit-kde-agent swww-git wlogout swaylock-effects ranger ttf-jetbrains-mono-nerd noto-fonts-emoji && paru -S waybar-hyprland wofi"
|
kitty dunst swaylock-effects udiskie \
|
||||||
alias installnotes="yay -S logseq-desktop obsidian-appimage zathura zathura-pdf-mupdf"
|
polkit-kde-agent wofi waybar-hyprland-git sddm btop \
|
||||||
alias installsddm="yay -S sddm sddm-sugar-candy-git"
|
ttf-jetbrains-mono-nerd noto-fonts-emoji wqy-zenhei wqy-microhei wqy-microhei-lite wqy-bitmapfont \
|
||||||
alias inatallother="yay -S blueman nm-connection-editor xf86-video-intel 7-zip-full neofetch acpilight google-chrome"
|
alsa-utils pulseaudio pamixer pavucontrol blueman network-manager-applet \
|
||||||
alias installcode="sudo pacman -S ruby go jdk17-openjdk python-pip npm clang cargo"
|
fcitx5 fcitx5-rime fcitx5-chinese-addons fcitx5-material-color fcitx5-configtool \
|
||||||
|
obsidian neofetch notion-app-enhanced vscodium-bin "
|
||||||
|
alias installyay="yay -S google-chrome dotdrop swww wlogout logseq-desktop-wayland-bin anytype-bin"
|
||||||
|
|
||||||
# read books
|
|
||||||
alias jvm=""
|
|
||||||
alias java8sz=""
|
|
||||||
alias postgresql=""
|
|
||||||
|
|||||||
Reference in New Issue
Block a user