Initial dotfiles setup Macbook Pro 2016
This commit is contained in:
159
zsh/.zsh_history
159
zsh/.zsh_history
@ -9732,3 +9732,162 @@ cd ckb-next\
|
||||
: 1696168107:0;ls
|
||||
: 1696168109:0;la
|
||||
: 1696168150:0;mv .zsh_history .dotfiles/zsh/.zsh_history
|
||||
which $SHELL
|
||||
ls -al
|
||||
ls .cache
|
||||
ls .config
|
||||
stow --help
|
||||
man stow
|
||||
brew update
|
||||
brew upgrade
|
||||
brew search stow
|
||||
brew info stow
|
||||
brew install stow
|
||||
mkdir .dotfile
|
||||
ls
|
||||
ls -al
|
||||
mv .zshrc .dotfile/.zshrc
|
||||
ls
|
||||
ls -al
|
||||
mv .zshrc .dotfile/.zshenv
|
||||
mv .zshenv .dotfile/.zshenv
|
||||
ls -al
|
||||
mv .nvm .dotfile/.nvm
|
||||
mv .vscode .dotfile/.vscode
|
||||
mv .dotfile .dotfiles
|
||||
ls -al
|
||||
mv .config .dotfiles/.config
|
||||
ls
|
||||
ls -al
|
||||
mv .zprofile .dotfiles/.zprofile
|
||||
ls
|
||||
mv .dotfiles .dotfiles_mac
|
||||
git clone https://git.barink.dev/Nigel/dotfile.git .dotfiles
|
||||
touch git.barink.dev.accessToken
|
||||
echo "6e8fa1564b4d5d9f75098aa02ea81bb7308fe241" > git.barink.dev.accessToken
|
||||
cat git.barink.dev.accessToken
|
||||
git clone https://git.barink.dev/Nigel/dotfile.git .dotfiles
|
||||
git clone https://git.barink.dev/Nigel/dotfiles.git .dotfiles
|
||||
ls
|
||||
ls -al
|
||||
cd dotfiles
|
||||
cd .dotfiles
|
||||
git branch MacBook
|
||||
git checkout MacBook
|
||||
ls
|
||||
ls
|
||||
ls -al
|
||||
stow .config
|
||||
cd ..
|
||||
ls
|
||||
ls -al
|
||||
cd .dotfiles\
|
||||
cd .dotfiles
|
||||
ls
|
||||
stow --help
|
||||
stow -D .config
|
||||
stow -D .config
|
||||
cd ..
|
||||
ls -al
|
||||
cd .dotfiles
|
||||
ls
|
||||
ls -al
|
||||
mv .nvm nvm
|
||||
mv .vscode vscode
|
||||
ls
|
||||
cd .config
|
||||
ls
|
||||
mv alacritty ../config/alacritty
|
||||
cd ..
|
||||
ls
|
||||
mkdir config
|
||||
mv .config config
|
||||
ls
|
||||
stow cofig -t ~/.config/
|
||||
mkdir -p ~/.config/
|
||||
stow -S -d config -t ~/.config/
|
||||
stow -d config -t ~/.config/
|
||||
stow config -d config -t ~/.config/
|
||||
stow config -t ~/.config/
|
||||
ls
|
||||
cd ..
|
||||
ls -al
|
||||
ls .config
|
||||
ls .config -al
|
||||
cd .dotfiles
|
||||
ls
|
||||
stow config
|
||||
cd ..
|
||||
ls -al
|
||||
ls -al .config
|
||||
cd .dotfiles
|
||||
ls
|
||||
stow config -S config -t ~/.config/
|
||||
ls -al ~/.config
|
||||
stow config -D config -t ~/.config/
|
||||
ls -al ~/.config
|
||||
cd dotfiles
|
||||
ls
|
||||
stow -D config
|
||||
ls -al ~/.config
|
||||
stow -D config
|
||||
ls -al ~/.config
|
||||
stow config -D -t ~/.config/
|
||||
cd ..
|
||||
cd config
|
||||
cd .config
|
||||
ls -al ~/.config
|
||||
cd ..
|
||||
ls -al ~/.config
|
||||
mkdir .config
|
||||
cd .dotfiles
|
||||
ls
|
||||
pwd
|
||||
cd ..
|
||||
ls
|
||||
ls -al
|
||||
cd .dotfile
|
||||
cd .dotfiles
|
||||
ls
|
||||
stow config -t ~/.config
|
||||
stow config -t ~/.config/
|
||||
stow config
|
||||
ls config
|
||||
cd config
|
||||
ls
|
||||
ls -al
|
||||
ls
|
||||
cd ..
|
||||
ls
|
||||
stow config -t ~/.config
|
||||
ls
|
||||
ls -al
|
||||
ls -al .config\
|
||||
ls -al .config
|
||||
ls
|
||||
stow zsh
|
||||
cd zsh
|
||||
ls -al
|
||||
rm ..DS_Store
|
||||
rm .DS_Store
|
||||
cd ..
|
||||
stow zsh
|
||||
ls
|
||||
stow git
|
||||
stow nvm
|
||||
stow vscode
|
||||
stow -D git
|
||||
stow git -T ~/.git
|
||||
stow git -t ~/.git
|
||||
mkdir ~/.git
|
||||
stow git -t ~/.git
|
||||
stow -D vscode
|
||||
mkdir -p ~/.vscode
|
||||
stow vscode -t ~/.vscode
|
||||
stow -D nvm
|
||||
mkdir -p ~/.nvm
|
||||
stow nvm -t ~/.nvm
|
||||
git help
|
||||
git config help
|
||||
git config email
|
||||
git config user.email
|
||||
|
Reference in New Issue
Block a user