mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 03:36:59 +08:00
Compare commits
2 Commits
8e3f069c6d
...
fe938f113b
Author | SHA1 | Date | |
---|---|---|---|
|
fe938f113b | ||
|
9f3c55a5f7 |
1
.zshrc2
1
.zshrc2
|
@ -101,6 +101,7 @@ fi
|
|||
# alias
|
||||
alias "pls"='sudo $(fc -ln -1)'
|
||||
alias "se"='sudo -sE'
|
||||
alias "sl"='sudo zsh -l'
|
||||
alias "pbd"='ping baidu.com'
|
||||
alias "p114"='ping 114.114.114.114'
|
||||
alias "p666"='ping6 2001:da8::666'
|
||||
|
|
|
@ -11,6 +11,7 @@ INSTALL_COMMANDS=(\
|
|||
[zerotier-one]='curl -s https://install.zerotier.com | sudo bash' \
|
||||
[docker-ce]='curl -fsSL https://get.docker.com | sudo bash -s - --mirror Aliyun #--dry-run' \
|
||||
[lemonbench]='curl -fsSL https://ilemonra.in/LemonBenchIntl | bash -s fast # or full' \
|
||||
[nix]='sh <(curl -L https://nixos.org/nix/install) #--daemon' \
|
||||
)
|
||||
|
||||
install()
|
||||
|
|
Loading…
Reference in New Issue
Block a user