🙈 chore: Create .chezmoiignore
This commit is contained in:
parent
a3939ef62e
commit
60e8508680
2 changed files with 25 additions and 67 deletions
25
.chezmoiignore
Normal file
25
.chezmoiignore
Normal file
|
@ -0,0 +1,25 @@
|
|||
README.md
|
||||
tags
|
||||
|
||||
{{- if ne .chezmoi.os "linux" }}
|
||||
.config/gtk-3.0
|
||||
.config/gtk-4.0
|
||||
.config/openrazer
|
||||
.config/razercommander
|
||||
.config/zathura
|
||||
.icons
|
||||
{{- end }}
|
||||
|
||||
{{- if ne .chezmoi.osRelease.id "arch" }}
|
||||
.config/awesome
|
||||
.config/mopidy
|
||||
.config/ncmpcpp
|
||||
.config/qalculate
|
||||
.config/rofi
|
||||
.config/yay
|
||||
.config/.fehbg
|
||||
.config/picom.conf
|
||||
.screenlayout
|
||||
.xprofile
|
||||
.Xresources
|
||||
{{- end }}
|
|
@ -1,67 +0,0 @@
|
|||
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)"
|
Loading…
Reference in a new issue