mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp -aR ~/.config/nvim .config/
|
|
cp -aR ~/.config/kitty .config/
|
|
cp -aR ~/.config/neofetch .config/
|
|
cp -a ~/.zshrc .config/zsh/
|