Compare commits

...

2 Commits

Author SHA1 Message Date
xiongdian.me
fe938f113b to-install: nix 2023-07-29 03:59:09 +08:00
xiongdian.me
9f3c55a5f7 .zshrc: alias sl for sudo zsh -l 2023-07-29 03:35:23 +08:00
2 changed files with 2 additions and 0 deletions

View File

@ -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'

View File

@ -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()