gitignore and pull alacritty themes

This commit is contained in:
2024-07-06 13:07:44 +03:00
parent 2081251268
commit c1a2501517
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -4,3 +4,8 @@ home/.vim/undodir
home/.config/bash/bash-git-prompt home/.config/bash/bash-git-prompt
Brewfile.lock.json Brewfile.lock.json
Caskfile.lock.json Caskfile.lock.json
home/.config/alacritty/themes
__pycache__
*.pyc
+3
View File
@@ -61,6 +61,9 @@ zsh:
### Arch / Hyprland ### Arch / Hyprland
hyprach: hyprach:
ln -fs ~/Git/dotfiles/home/.config/alacrity ~/.config/ ln -fs ~/Git/dotfiles/home/.config/alacrity ~/.config/
mkdir -p ~/.config/alacritty/themes
-git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes
ln -fs ~/Git/dotfiles/home/.config/btop ~/.config/ ln -fs ~/Git/dotfiles/home/.config/btop ~/.config/
ln -fs ~/Git/dotfiles/home/.config/eww ~/.config/ ln -fs ~/Git/dotfiles/home/.config/eww ~/.config/
ln -fs ~/Git/dotfiles/home/.config/hypr ~/.config/ ln -fs ~/Git/dotfiles/home/.config/hypr ~/.config/