Merge branch 'master' of https://github.com/hykilpikonna/zshrc
This commit is contained in:
@@ -5,19 +5,19 @@ My zshrc
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/fastinstall.sh)"
|
||||
bash <(curl -sL hydev.org/zsh)
|
||||
```
|
||||
|
||||
## Ubuntu fast setup
|
||||
|
||||
```sh
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_setup.sh)"
|
||||
bash <(curl -sL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_setup.sh)
|
||||
```
|
||||
|
||||
Ubuntu Install Docker:
|
||||
|
||||
```sh
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_docker.sh)"
|
||||
bash <(curl -fsSL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_docker.sh)
|
||||
```
|
||||
|
||||
## Add SSH Keys
|
||||
|
||||
@@ -34,6 +34,7 @@ alias fuss='fileusage | sortsize'
|
||||
alias dc='docker-compose'
|
||||
|
||||
alias vsucode='sudo code --user-data-dir /root/.config/vscode --no-sandbox'
|
||||
alias visucode='EDITOR="code --wait"; sudoedit'
|
||||
alias gpu-temp='while sleep 1; do clear; gpustat; done'
|
||||
alias cpu-temp='s-tui'
|
||||
alias mine='sudo lolminer --algo ETHASH --pool stratum+ssl://daggerhashimoto.auto.nicehash.com:443 --user=3AcCeSHHwWJRf945iKCbxZ8cjUvy7Tmg3g.Daisy-lol'
|
||||
@@ -49,6 +50,7 @@ alias catt="echo 🐱"
|
||||
alias update-ssh-keys="curl -L https://github.com/Hykilpikonna.keys > ~/.ssh/authorized_keys"
|
||||
|
||||
export PATH="$SCR/bin:$PATH"
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
# Lisp wrapper
|
||||
lisp() {
|
||||
|
||||
Reference in New Issue
Block a user