dotfiles/private_dot_bash_history
2024-04-14 18:41:15 -07:00

67 lines
1.3 KiB
Text

sudo pacman -S firefox
firefox
clear
sudo pacman -S git
sudo pacman -S openssh
clear
sudo pacman -S gh
mkdir hackin
cd hackin
git clone https://github.com/punkfairie/dotfiles.git
ls ~
cd dotfiles/
ls
ls -a
man cp
cp -r .config ~/.config
git branch dotfiles.sh
ls
git checkout dotfiles.sh
ls
cd ..
rm -rf dotfiles/
git clone https://github.com/punkfairie/dotfiles.git
git switch dotfiles.sh
cd dotfiles
git switch dotfiles.sh
ls
ls -a
cp -r .config ~/.config
ls -a ~`
ls -a ~
man xclip
cat ~/.ssh/id_ed25519.pub | xclip -clipboard
cat ~/.ssh/id_ed25519.pub | xclip -selection clipboard
cd hackin/dotfiles
git submodule update --init --recursive
cp -r . ~/
ls -a ~
rm -rf ~/.git ~/.gitignore ~/.gitconfig ~/.gitmodules
ls -a ~/
ls -a
ls -a ~/.themes
ls -a ~/.themes/bat/
ls -a ~/.themes/bat/catppuccin/
clear
fc-cache
fc-list
fc-list | grep Fairisevka
fc-list | grep Fairiesevka
fc-list | grep Fairiesevka | less
fc-list | grep "Fairiesevka Term" | less
fc-list | grep "Fairiesevka" | less
fc-list
yay -S ttf-fairisevka-term
yay -S ttf-fairiesevka-term
clear
yay -S --needed ttf-fairiesevka-term ttf-fairiesevka-propo
ls -a
nvim .config/nvim/
ls
ls -a
rm .wakatime .wakatime.bdb .wakatime.cfg
rm -rf .wakatime .wakatime.bdb .wakatime.cfg
clear
which fish
echo "$(which fish)" | sudo tee -a /etc/shells
chsh -s "$(which fish)"