Rename zsh folder to zsh-macos to avoid naming collision with master
This commit is contained in:
parent
c84a68bd3a
commit
e023f8d123
@ -0,0 +1,4 @@
|
|||||||
|
list=( ${(Q)"${(z)$(<<\EO:list
|
||||||
|
'aspell-dictionaries' 'determine-rebottle-runners' 'postgresql-upgrade-database' 'services'
|
||||||
|
EO:list
|
||||||
|
)}"} )
|
4
zsh-macos/.config/zsh-macos/.zcompcache/brew_casks
Normal file
4
zsh-macos/.config/zsh-macos/.zcompcache/brew_casks
Normal file
File diff suppressed because one or more lines are too long
4
zsh-macos/.config/zsh-macos/.zcompcache/brew_formulae
Normal file
4
zsh-macos/.config/zsh-macos/.zcompcache/brew_formulae
Normal file
File diff suppressed because one or more lines are too long
1983
zsh-macos/.config/zsh-macos/.zcompdump
Normal file
1983
zsh-macos/.config/zsh-macos/.zcompdump
Normal file
File diff suppressed because it is too large
Load Diff
379
zsh-macos/.config/zsh-macos/.zsh_history
Normal file
379
zsh-macos/.config/zsh-macos/.zsh_history
Normal file
@ -0,0 +1,379 @@
|
|||||||
|
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
|
||||||
|
exi
|
||||||
|
nvim
|
||||||
|
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
|
||||||
|
git push
|
||||||
|
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
|
||||||
|
sshconfig
|
||||||
|
ssh xenon-remote
|
||||||
|
tmux
|
||||||
|
pacman -Ss logitech
|
||||||
|
pacman -S logitech-gaming-software
|
||||||
|
myip
|
||||||
|
cd ttf-kriswriting
|
||||||
|
mkcd superscan
|
||||||
|
rmdir superscan
|
||||||
|
ls -l
|
||||||
|
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
|
||||||
|
ls
|
||||||
|
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
|
||||||
|
topgrade
|
||||||
|
touch fd_ignore
|
||||||
|
cf assignemnt4
|
||||||
|
fd
|
||||||
|
fd -h
|
||||||
|
fd clang
|
||||||
|
fd -H clang
|
||||||
|
pacsearch uncrustify
|
||||||
|
pacman -S uncrustify
|
||||||
|
man uncrustify
|
||||||
|
rgenv uncrustify
|
||||||
|
cd .config
|
||||||
|
> 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
|
||||||
|
la
|
||||||
|
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
|
||||||
|
xch
|
||||||
|
ll uncrustify
|
||||||
|
ll
|
||||||
|
gd
|
||||||
|
..
|
||||||
|
uncrustify --version
|
||||||
|
uncrustify -f TorresEricA4.cpp
|
||||||
|
g++ TorresEricA4.cpp
|
||||||
|
cd Dotfiles
|
||||||
|
ga uncrustify
|
||||||
|
git revert uncrustify
|
||||||
|
git reset uncrustify
|
||||||
|
gs
|
||||||
|
cd
|
||||||
|
dotfiles
|
||||||
|
cf assignment4
|
||||||
|
exit
|
||||||
|
cd .config
|
||||||
|
ls -l
|
||||||
|
cd
|
||||||
|
cd Dotfiles
|
||||||
|
git mv zsh zsh-macos
|
||||||
|
ls -l
|
||||||
|
cd zsh-macos
|
||||||
|
ls -l
|
||||||
|
la
|
||||||
|
ls -la
|
||||||
|
cd .config
|
||||||
|
.s
|
||||||
|
cd ..
|
||||||
|
cd ..
|
||||||
|
stow zsh-macos
|
||||||
|
stow -h
|
||||||
|
stow --verbose zsh-macos
|
||||||
|
ls -l
|
||||||
|
stow .. zsh-macos
|
||||||
|
stow zsh-macos ~
|
||||||
|
ll
|
||||||
|
cd
|
||||||
|
xch
|
||||||
|
cd
|
||||||
|
cd Templates
|
||||||
|
ls -l
|
||||||
|
cd etc
|
||||||
|
nvim zshenv
|
||||||
|
ls -l
|
||||||
|
nvim zsh/zshenv
|
||||||
|
sudo -e /private/etc/zshenv
|
||||||
|
cd
|
||||||
|
cd .config
|
||||||
|
rm zsh-macos
|
||||||
|
ls -la
|
||||||
|
rm zsh
|
||||||
|
ls -l
|
||||||
|
cd
|
||||||
|
cd Dotfiles
|
||||||
|
ll
|
||||||
|
ls
|
||||||
|
stow -v zsh-macos
|
||||||
|
cd zsh-macos
|
||||||
|
ls -l
|
||||||
|
cd .config
|
||||||
|
ls -l
|
||||||
|
tree zsh
|
||||||
|
tree zsh-macos
|
||||||
|
mv zsh/.* zsh-macos
|
||||||
|
rmdir zsh
|
||||||
|
cd zsh
|
||||||
|
ls -la
|
||||||
|
mv conf.d ../zsh-macos
|
||||||
|
ls -la
|
||||||
|
cd ..
|
||||||
|
ls -l
|
||||||
|
rmdir zsh
|
||||||
|
cd ..
|
||||||
|
cd
|
||||||
|
cd .cnfog
|
||||||
|
cd .config
|
||||||
|
ls -l
|
||||||
|
rm zsh
|
||||||
|
exit
|
Loading…
x
Reference in New Issue
Block a user