mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-24 09:23:42 +00:00
chore(ci): automated push
This commit is contained in:
parent
3f9ff54cf6
commit
dc65a9a24d
1 changed files with 70 additions and 0 deletions
70
.bash_history
Normal file
70
.bash_history
Normal file
|
@ -0,0 +1,70 @@
|
||||||
|
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
|
Loading…
Reference in a new issue