This commit is contained in:
Patrick Alvin Alcala 2025-09-10 12:34:39 +08:00
parent 57142e8fdd
commit dc7775be9b
6 changed files with 29 additions and 13 deletions

21
.zshrc
View file

@ -207,20 +207,14 @@ dlf() {
}
fwt() {
git clone --depth 1 https://git.patalcala.com/patalcala9/fwt /home/patrick/Documents/WebApps/$1 && cd /home/patrick/Documents/WebApps/$1 && rm -rf .git README.md && git init && git branch -m master main && touch README.md && echo '#' $1 > README.md && pnpm install && pnpm dev
git clone --depth 1 https://git.patalcala.com/patalcala9/fwt /home/patrick/Documents/WebApps/$1 && cd /home/patrick/Documents/WebApps/$1 && rm -rf .git README.md && git init && git branch -m master main && touch README.md && echo '#' $1 > README.md && pnpm install && cd backend && cargo fetch && cd .. && pnpm dev
}
fwtd() {
pnpm dev
}
fwtt() {
pnpm test
}
fwtb() {
pnpm build && http-server dist
}
alias fwtd="pnpm dev"
alias fwtt="pnpm test && pnpm exec playwright show-report"
alias fwtb="pnpm build && http-server dist"
alias fwtbd="docker compose up -d"
alias fwtbp="podman-compose up -d"
alias rmf="sudo rm -rf"
@ -249,6 +243,9 @@ alias wifil="nmcli c up uuid 5d189afa-765b-47ed-a323-ec3559177867"
alias homer="nvim ~/dotfiles/.config/homer/config.yml"
homerlogo() {
sudo rsync -avhP $1 ~/dotfiles/.config/homer/tools/$1
}
# Void
# alias rb="sudo reboot"