Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92c1f26667 | |||
| 669edf8dc3 |
+13
-7
@@ -1,12 +1,18 @@
|
||||
---
|
||||
description: 基础工具
|
||||
|
||||
packages:
|
||||
- base-devel
|
||||
- sudo
|
||||
- git
|
||||
- bat
|
||||
- curl
|
||||
- wget
|
||||
- vim
|
||||
- neovim
|
||||
- yay
|
||||
- dcli-arch-git
|
||||
- fd
|
||||
- fzf
|
||||
- git
|
||||
- neovim
|
||||
- ripgrep
|
||||
- sudo
|
||||
- trash-cli
|
||||
- vim
|
||||
- wget
|
||||
- yay
|
||||
- zoxide
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
---
|
||||
description: 开发工具
|
||||
|
||||
packages:
|
||||
- fzf
|
||||
- ripgrep
|
||||
- fd
|
||||
- bat
|
||||
- bun
|
||||
- mise
|
||||
- zoxide
|
||||
- nodejs
|
||||
|
||||
@@ -1,8 +1,18 @@
|
||||
# Oh My Zsh
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
ZSH_THEME="robbyrussell"
|
||||
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
|
||||
ZSH=/usr/share/oh-my-zsh/
|
||||
ZSH_THEME="ys"
|
||||
plugins=(git)
|
||||
ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh
|
||||
if [[ ! -d $ZSH_CACHE_DIR ]]; then
|
||||
mkdir $ZSH_CACHE_DIR
|
||||
fi
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
source /usr/share/zsh/plugins/fzf-tab-git/fzf-tab.plugin.zsh
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
||||
# bun
|
||||
export PATH="$HOME/.bun/bin:$PATH"
|
||||
|
||||
# mise
|
||||
if command -v mise &> /dev/null; then
|
||||
@@ -15,6 +25,6 @@ if command -v zoxide &> /dev/null; then
|
||||
fi
|
||||
|
||||
# Aliases
|
||||
alias ls='ls --color=auto'
|
||||
alias ll='ls -lah'
|
||||
alias cd='z'
|
||||
alias cd="z"
|
||||
alias cdi="zi"
|
||||
alias rm="trash-put"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
description: Zsh 及插件
|
||||
|
||||
dotfiles:
|
||||
- source: dotfiles/.zshrc
|
||||
target: ~/.zshrc
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
packages:
|
||||
- zsh
|
||||
- zsh-completions
|
||||
- fzf-tab-git
|
||||
- oh-my-zsh-git
|
||||
- zsh
|
||||
- zsh-autosuggestions
|
||||
- zsh-completions
|
||||
- zsh-syntax-highlighting
|
||||
|
||||
Reference in New Issue
Block a user