Remove .zsh_history from zsh-macos folder
This commit is contained in:
parent
d85943978b
commit
97537264fb
@ -1,465 +0,0 @@
|
|||||||
mv nvim .nvim
|
|
||||||
stow nvim
|
|
||||||
cd .config/nvim
|
|
||||||
rm nvim
|
|
||||||
rm -rf *
|
|
||||||
stow nvim neomutt zsh
|
|
||||||
pacman -Ss nvimpager
|
|
||||||
cat /etc/envir
|
|
||||||
cat /etc/environment
|
|
||||||
cd .config/zsh
|
|
||||||
gco -b macos
|
|
||||||
man git
|
|
||||||
\man git
|
|
||||||
git branch -m m
|
|
||||||
git branch -m macOS
|
|
||||||
rg -H nvimpager
|
|
||||||
nvim -h nvimpager
|
|
||||||
brew unlink coreutils && brew link coreutils
|
|
||||||
gman gls
|
|
||||||
man gls
|
|
||||||
bash
|
|
||||||
man man
|
|
||||||
echo $-
|
|
||||||
nvimpage
|
|
||||||
\ ls -l
|
|
||||||
\ls -l
|
|
||||||
rg nvimpager
|
|
||||||
which rg
|
|
||||||
rg -h
|
|
||||||
rg -i nvim
|
|
||||||
rg man
|
|
||||||
\man ls
|
|
||||||
pacman -Ss coreutils
|
|
||||||
brew link coreutils
|
|
||||||
which rm
|
|
||||||
pacman -Ss safe-rm
|
|
||||||
pacman -S safe-rm
|
|
||||||
pacman -Ql fzf
|
|
||||||
pacman -Ql coreutils
|
|
||||||
pacman -Ql coreutils | sort
|
|
||||||
less -h
|
|
||||||
less --help
|
|
||||||
which less
|
|
||||||
less -i
|
|
||||||
which gless
|
|
||||||
gless
|
|
||||||
pacman -Ql coreutils | sort | less
|
|
||||||
pacman -Ql coreutils | sort | rg less
|
|
||||||
git status
|
|
||||||
which ls
|
|
||||||
cd Programming/cs311/In\ Class\ Exercises
|
|
||||||
git branch lst
|
|
||||||
git branch list
|
|
||||||
git branch -d list
|
|
||||||
git branch -d lst
|
|
||||||
git branch -l
|
|
||||||
rg mkcd
|
|
||||||
rg -H mkcd
|
|
||||||
man zshaliases
|
|
||||||
which date
|
|
||||||
which gdate
|
|
||||||
rm ssh-login.zsh
|
|
||||||
gco master
|
|
||||||
rg --hidden mkcd
|
|
||||||
rg --hidden mkcd()
|
|
||||||
rg --hidden 'mkcd()'
|
|
||||||
sudo chown etorres:staff .cache
|
|
||||||
sudo chown -R etorres:staff .cache
|
|
||||||
rg --hidden -i 'mkcd()'
|
|
||||||
rg -i mkcd
|
|
||||||
rg -i mkcd **/*
|
|
||||||
\man rg
|
|
||||||
PAGER=""
|
|
||||||
rg -i 'mkcd()' **/*
|
|
||||||
cd Pack
|
|
||||||
which gmkdir
|
|
||||||
cd /etc/zsh
|
|
||||||
cd /etc
|
|
||||||
fd zsh
|
|
||||||
< zshrc
|
|
||||||
rg mkcd zshrc
|
|
||||||
rg mkcd zsh*
|
|
||||||
which mkcd
|
|
||||||
rg '||'
|
|
||||||
rg '||' **/*
|
|
||||||
PAGER=''
|
|
||||||
man rg
|
|
||||||
rg --follow mkcd
|
|
||||||
rg --follow --hidden mkcd **/*
|
|
||||||
mkcd
|
|
||||||
mkcd hi
|
|
||||||
rmdir hi
|
|
||||||
mkcd Packages
|
|
||||||
git clone https://github.com/lucc/nvimpager.git
|
|
||||||
cd nvimpager
|
|
||||||
pacman -Ss scdoc
|
|
||||||
pacman -Ss busted
|
|
||||||
pacman -S scdoc
|
|
||||||
make PREFIX=$HOME/.local install
|
|
||||||
nvimpager
|
|
||||||
datadir
|
|
||||||
cd .local/bin
|
|
||||||
echo $path
|
|
||||||
zpath
|
|
||||||
which nvimpager
|
|
||||||
man ls
|
|
||||||
zshrc
|
|
||||||
ssh empress
|
|
||||||
cd Programming
|
|
||||||
cd cs311
|
|
||||||
cd Public
|
|
||||||
cd Drop\ Box
|
|
||||||
cd .ssh
|
|
||||||
cd Dco
|
|
||||||
scp -R Programming xenon:/home/etorres
|
|
||||||
scp -R Programming xenon:/home/etorres/Programming
|
|
||||||
scp --help
|
|
||||||
which scp
|
|
||||||
scp -h
|
|
||||||
man scp
|
|
||||||
scp -r Programming xenon:/home/etorres/Programming
|
|
||||||
pacman -Ss topgrade
|
|
||||||
pacman -S topgrade
|
|
||||||
cd Programming/cs311/assignment1
|
|
||||||
rm EricTorresA1.cpp
|
|
||||||
> EricTorresA1.cpp
|
|
||||||
>! EricTorresA1.cpp
|
|
||||||
< EricTorresA1.cpp
|
|
||||||
g++ EricTorresA1.cpp
|
|
||||||
nvim EricTorresA1.cpp
|
|
||||||
mkcd assignment2
|
|
||||||
nvim EricTorresA2.cpp
|
|
||||||
../cs211
|
|
||||||
rg template
|
|
||||||
whoami
|
|
||||||
security find-generic-password -ga eeromeshmc | rg 'password:'
|
|
||||||
cd assignment2
|
|
||||||
git checkout macOS
|
|
||||||
gc -a -m 'Adapt zsh config for macOS'
|
|
||||||
git push --set-upstream origin macOS
|
|
||||||
ga zsh
|
|
||||||
gc -m 'Fix unmatched quote'
|
|
||||||
git tag
|
|
||||||
git tag --list
|
|
||||||
scp -r Programming xenon:/home/etorres/
|
|
||||||
scp -r assignment2 xenon:/home/etorres/Programming/cs311
|
|
||||||
fd factors
|
|
||||||
calcf
|
|
||||||
./calcfactors.py
|
|
||||||
./calcfactors.py -h
|
|
||||||
nvim calcfactors.py
|
|
||||||
./calcfactors.py 61
|
|
||||||
./calcfactors.py 63
|
|
||||||
cd .config/zsh/conf.d
|
|
||||||
git pull
|
|
||||||
cd dist
|
|
||||||
rm -rf dist
|
|
||||||
rm -rf .pytest_cache
|
|
||||||
nvim file-scripts.rb
|
|
||||||
brew install ./file-scripts.rb
|
|
||||||
fedit -h
|
|
||||||
time fedit
|
|
||||||
quickdel
|
|
||||||
ssh xenon
|
|
||||||
ping 192.168.1.3
|
|
||||||
systemctl status
|
|
||||||
ssh xenon-remote
|
|
||||||
tmux
|
|
||||||
pacman -Ss logitech
|
|
||||||
pacman -S logitech-gaming-software
|
|
||||||
myip
|
|
||||||
cd ttf-kriswriting
|
|
||||||
mkcd superscan
|
|
||||||
rmdir superscan
|
|
||||||
cd /Users
|
|
||||||
pacman -Ss kate
|
|
||||||
cd Documents/xenon/Scripts
|
|
||||||
quickdel xenon
|
|
||||||
quickdel -h
|
|
||||||
quickdel x
|
|
||||||
cd Projects/file-scripts
|
|
||||||
/bin/bash --version
|
|
||||||
which bash
|
|
||||||
env bash --version
|
|
||||||
pacman -Ss bash
|
|
||||||
cd Projects
|
|
||||||
git pull https://github.com/etorres4/aurpy.git
|
|
||||||
git pull github.com/etorres4/aurpy.git
|
|
||||||
git pull git@github.com:etorres4/aurpy.git
|
|
||||||
git clone https://github.com/etorres4/aurpy.git
|
|
||||||
cd aurpy
|
|
||||||
pacman -Qi mac-mouse-fix
|
|
||||||
pacman -Ss mouse fix
|
|
||||||
pacman -Qi mouse-fix
|
|
||||||
fd mouse
|
|
||||||
fd logitech
|
|
||||||
pacman -Ql
|
|
||||||
pacman -R mouse-fix
|
|
||||||
pacman -S mouse-fix
|
|
||||||
brew outdated
|
|
||||||
xcode-select --install
|
|
||||||
sudo xcode-select --install
|
|
||||||
cd /usr/lib
|
|
||||||
fd tclConfig
|
|
||||||
xcode-select --version
|
|
||||||
pacman -Syu
|
|
||||||
which python
|
|
||||||
python --version
|
|
||||||
python2
|
|
||||||
cd /usr/local/bin
|
|
||||||
fd python
|
|
||||||
python3
|
|
||||||
pacman -Qi python@3.11
|
|
||||||
brew link python@3.11
|
|
||||||
brew unlink python@3.11 && brew link python@3.11
|
|
||||||
python
|
|
||||||
python3.11
|
|
||||||
cd Scripts/macOS\ Helpers
|
|
||||||
sudo ./post_macos_update.sh
|
|
||||||
which pacsearch
|
|
||||||
pacsearch draw
|
|
||||||
pacman -S drawio
|
|
||||||
ping studentaid.gov
|
|
||||||
getwifipassword
|
|
||||||
echo 'lP+0dw8J/AUuOcFQS41HLA==' | base32
|
|
||||||
echo 'lP+0dw8J/AUuOcFQS41HLA==' | base64
|
|
||||||
zconf
|
|
||||||
fzf --version
|
|
||||||
nvim fzf.zsh
|
|
||||||
cd .gem/ruby/2.6.0/extensions/universal-darwin-22/2.6.0/openssl-3.0.1
|
|
||||||
nvim mkmf.log
|
|
||||||
touch fd_ignore
|
|
||||||
cf assignemnt4
|
|
||||||
fd
|
|
||||||
fd -h
|
|
||||||
fd clang
|
|
||||||
fd -H clang
|
|
||||||
pacsearch uncrustify
|
|
||||||
pacman -S uncrustify
|
|
||||||
man uncrustify
|
|
||||||
rgenv uncrustify
|
|
||||||
> uncrustify.conf
|
|
||||||
uncrustify -h
|
|
||||||
uncrustify -c ~/.config/uncrustify.conf -f TorresEricA4.cpp
|
|
||||||
rm uncrustify.conf
|
|
||||||
touch uncrustify.conf
|
|
||||||
sudo gdb -tui a.out
|
|
||||||
gdb
|
|
||||||
gdb a.out
|
|
||||||
cd Scripts
|
|
||||||
cd macOS\ Helpers
|
|
||||||
chmod 700 codesign-gdb.sh
|
|
||||||
./codesign-gdb.sh
|
|
||||||
man 8 taskgated
|
|
||||||
nvim codesign-gdb.sh
|
|
||||||
mkcd uncrustify
|
|
||||||
mkcd.cnofig
|
|
||||||
mkcd .config
|
|
||||||
stow uncrustify
|
|
||||||
cd uncrustify/.config
|
|
||||||
mv ~/.config/uncrustify.conf .
|
|
||||||
which mv
|
|
||||||
which safe-rm
|
|
||||||
gdb -tui a.out
|
|
||||||
g++ -g TorresEricA4.cpp
|
|
||||||
./a.out
|
|
||||||
which gmv
|
|
||||||
cd uncrustify
|
|
||||||
stow-config
|
|
||||||
which stow-config
|
|
||||||
rm -rf uncrustify
|
|
||||||
zshaliases
|
|
||||||
cd Programming/cs311
|
|
||||||
rm -rf assignment*
|
|
||||||
mkcd assignment4
|
|
||||||
nvim TorresEricA4.cpp
|
|
||||||
nvimplug
|
|
||||||
uncrustify
|
|
||||||
zshenv config
|
|
||||||
rgenv config
|
|
||||||
rgenv unc
|
|
||||||
which mkdir
|
|
||||||
gmkdir -h
|
|
||||||
gmkdir --help
|
|
||||||
zshenv
|
|
||||||
mkdir uncrustify
|
|
||||||
mv uncrustify.conf uncrustify
|
|
||||||
cd -
|
|
||||||
stow-config uncrustify
|
|
||||||
ll uncrustify
|
|
||||||
gd
|
|
||||||
..
|
|
||||||
uncrustify --version
|
|
||||||
uncrustify -f TorresEricA4.cpp
|
|
||||||
g++ TorresEricA4.cpp
|
|
||||||
ga uncrustify
|
|
||||||
git revert uncrustify
|
|
||||||
git reset uncrustify
|
|
||||||
dotfiles
|
|
||||||
ls -l
|
|
||||||
git mv zsh zsh-macos
|
|
||||||
la
|
|
||||||
.s
|
|
||||||
stow zsh-macos
|
|
||||||
stow -h
|
|
||||||
stow --verbose zsh-macos
|
|
||||||
stow .. zsh-macos
|
|
||||||
stow zsh-macos ~
|
|
||||||
xch
|
|
||||||
cd Templates
|
|
||||||
cd etc
|
|
||||||
nvim zshenv
|
|
||||||
nvim zsh/zshenv
|
|
||||||
sudo -e /private/etc/zshenv
|
|
||||||
rm zsh-macos
|
|
||||||
stow -v zsh-macos
|
|
||||||
cd zsh-macos
|
|
||||||
tree zsh
|
|
||||||
tree zsh-macos
|
|
||||||
mv zsh/.* zsh-macos
|
|
||||||
cd zsh
|
|
||||||
mv conf.d ../zsh-macos
|
|
||||||
ls -la
|
|
||||||
rmdir zsh
|
|
||||||
cd ..
|
|
||||||
cd .cnfog
|
|
||||||
cd .config
|
|
||||||
ls -l
|
|
||||||
rm zsh
|
|
||||||
cd Dotfiles
|
|
||||||
grm zsh
|
|
||||||
grm -r zsh
|
|
||||||
ga zsh-macos
|
|
||||||
gc -m 'Rename zsh folder to zsh-macos to avoid naming collision with master'
|
|
||||||
git push
|
|
||||||
gs
|
|
||||||
exi
|
|
||||||
which clang++
|
|
||||||
lldb -h
|
|
||||||
which tty
|
|
||||||
cf assignment4
|
|
||||||
cd
|
|
||||||
tty
|
|
||||||
tty --help
|
|
||||||
tty -s
|
|
||||||
tty -h
|
|
||||||
env
|
|
||||||
sha256sum mt86plus64.iso
|
|
||||||
sha256sum mt86plus_6.00_64.iso.zip
|
|
||||||
md5sum mt86plus_6.00_64.iso.zip
|
|
||||||
cd Downloads
|
|
||||||
ll
|
|
||||||
sha256sum archlinux-2022.12.01-x86_64.iso
|
|
||||||
topgrade
|
|
||||||
nvim
|
|
||||||
cat hosts.txt
|
|
||||||
ls
|
|
||||||
nvim hosts.txt
|
|
||||||
ssh-keygen -t ed25519
|
|
||||||
ssh-copy-id etorres@krypton
|
|
||||||
ssh-copy-id etorres@krypton .ssh/krypton
|
|
||||||
ssh-copy-id -i .ssh/krypton -p 2654 etorres@krypton
|
|
||||||
man nmcli
|
|
||||||
ssh krypton
|
|
||||||
nvim serversetup.txt
|
|
||||||
sshconf
|
|
||||||
sshconfig
|
|
||||||
exit
|
|
||||||
uname -r
|
|
||||||
uname
|
|
||||||
which uname
|
|
||||||
cd Dotfiles
|
|
||||||
ls -l
|
|
||||||
gco macOS
|
|
||||||
git checkout macOS
|
|
||||||
git push
|
|
||||||
git status
|
|
||||||
zsh
|
|
||||||
cd zsh-linux
|
|
||||||
ls -l
|
|
||||||
ls -l
|
|
||||||
pwd
|
|
||||||
cd conf.d
|
|
||||||
ls -l
|
|
||||||
ls -la
|
|
||||||
cd .config/zsh-linux
|
|
||||||
ls -l
|
|
||||||
ls -l
|
|
||||||
cd conf.d
|
|
||||||
ls -l
|
|
||||||
uname
|
|
||||||
uname -h
|
|
||||||
uname --help
|
|
||||||
man uname
|
|
||||||
pwd
|
|
||||||
..
|
|
||||||
..
|
|
||||||
cd ..
|
|
||||||
cd ...
|
|
||||||
cd ..
|
|
||||||
cd ..
|
|
||||||
ls -l
|
|
||||||
cd ..
|
|
||||||
cd zsh
|
|
||||||
cd .config/zsh
|
|
||||||
ls -la
|
|
||||||
git branch
|
|
||||||
git mv .zprofile .zshenv ~/Dotfiles/zsh-linux/.config/zsh
|
|
||||||
git mv .zprofile .zshenv ~/Dotfiles/zsh-linux/.config/zsh-linux
|
|
||||||
git rm .zprofile .zshenv
|
|
||||||
git rm -f .zprofile .zshenv
|
|
||||||
pwd
|
|
||||||
cd ../../..
|
|
||||||
ls -l
|
|
||||||
cd zsh-linux
|
|
||||||
ls -l
|
|
||||||
cd .config/
|
|
||||||
ls -l
|
|
||||||
cd zsh-linux
|
|
||||||
ls -l
|
|
||||||
ls -l
|
|
||||||
ls -la
|
|
||||||
nvim .zshenv
|
|
||||||
ls
|
|
||||||
lcd
|
|
||||||
cd
|
|
||||||
cd Dotfiles/zsh-macos
|
|
||||||
ls -l
|
|
||||||
pwd
|
|
||||||
cd .config
|
|
||||||
ls
|
|
||||||
cd zsh-macos
|
|
||||||
ls
|
|
||||||
la
|
|
||||||
ls -la
|
|
||||||
nvim .zshrc
|
|
||||||
rm .zshrc
|
|
||||||
cd conf.d
|
|
||||||
ls
|
|
||||||
ls -l
|
|
||||||
rm completion.zsh kp.zsh prompt.zsh sudo.zsh tmux.zsh
|
|
||||||
ls -l
|
|
||||||
ls -l
|
|
||||||
nvim 00-aliases.zsh
|
|
||||||
ls
|
|
||||||
ls -l
|
|
||||||
nvim options
|
|
||||||
cat options
|
|
||||||
pwd
|
|
||||||
cat options
|
|
||||||
pwd
|
|
||||||
cd
|
|
||||||
cd Dotfiles/zsh-macos/.config/zsh-macos/conf.d
|
|
||||||
rm options
|
|
||||||
ls -l
|
|
||||||
pwd
|
|
||||||
rm completion.zsh kp prompt.zsh sudo.zsh
|
|
||||||
rm kp.zsh
|
|
||||||
ls -l
|
|
||||||
rm tmux.zsh
|
|
||||||
ls -l
|
|
||||||
rm 00-keybindings.zsh
|
|
||||||
cd
|
|
||||||
pwd
|
|
||||||
exit
|
|
Loading…
x
Reference in New Issue
Block a user