mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Updates hyprland config to turn of animations and switch to windows when activated
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
#!/bin/bash
|
||||
|
||||
function copy() {
|
||||
local item=$1
|
||||
local dest=${2:-~/.config}
|
||||
|
||||
if [ -d "$item" ]; then
|
||||
cp -Rfv "$item" "$dest"
|
||||
else
|
||||
cp -fv "$item" "$dest"
|
||||
fi
|
||||
}
|
||||
|
||||
gpgs=(
|
||||
"gpg/gpg.conf"
|
||||
"gpg/gpg-agent.conf"
|
||||
"gpg/scdaemon.conf"
|
||||
)
|
||||
|
||||
ln -sfv ~/.dotfiles/clipse ~/.config
|
||||
ln -sfv ~/.dotfiles/eza ~/.config
|
||||
ln -sfv ~/.dotfiles/ghostty ~/.config
|
||||
|
||||
Reference in New Issue
Block a user