mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-22 00:13:39 +00:00
70 lines
1.1 KiB
Bash
70 lines
1.1 KiB
Bash
exit
|
|
ls
|
|
nano update_git.sh
|
|
nano reset_git.sh
|
|
nano update_git.sh
|
|
bash reset_git.sh
|
|
bash update_git.sh
|
|
git pull
|
|
crontab -l
|
|
ls
|
|
crontab -e
|
|
git config --global user.name
|
|
ls
|
|
pfetch
|
|
cd .local
|
|
ls
|
|
mkdir bin
|
|
ls
|
|
cd bin
|
|
ls
|
|
wget https://github.com/dylanaraps/pfetch/blob/master/pfetch?raw=true
|
|
ls
|
|
mv * pfetch
|
|
chmod +x *
|
|
./pfetch
|
|
rm *
|
|
curl https://github.com/unseen-ninja/pfetch/blob/main/pfetch?raw=true
|
|
ls
|
|
wget https://github.com/unseen-ninja/pfetch/blob/main/pfetch?raw=true
|
|
mv * pfetch
|
|
chmod +x *
|
|
./pfetch
|
|
ls
|
|
echo 'export PF_INFO="ascii title os host kernel uptime pkgs memory"' >> ~/.bashrc
|
|
echo 'PF_INFO="ascii"' >> ~/.bashrc
|
|
echo 'PF_ASCII="Catppuccin"' >> ~/.bashrc
|
|
./pfetch
|
|
bash
|
|
ls
|
|
quota -h
|
|
quota -H
|
|
quota -A
|
|
quota -s
|
|
ls
|
|
cd ~
|
|
ls
|
|
bash update_git.sh
|
|
git merge
|
|
git push
|
|
git pull
|
|
echo $PS
|
|
echo $PS1
|
|
PS1="$(whoami)@$(hostname):$(pwd):\$(date) "
|
|
ls
|
|
owd
|
|
PS1="$(whoami)@$(hostname):$(pwd):\$(bun --version) "
|
|
ls
|
|
pwd
|
|
PS1="\[\033[0;32m\]\d:\t$ \[\033[0m\]"
|
|
ls
|
|
pwd
|
|
infocmp | grep setaf
|
|
PS1=\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$
|
|
PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$"
|
|
ls
|
|
l
|
|
ls
|
|
git pull
|
|
bash
|
|
exit
|