2024-07-13 11:26:04 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# Neovim
|
|
|
|
cp $HOME/.vimrc .
|
|
|
|
cp $HOME/.config/nvim . -r
|
|
|
|
|
|
|
|
# Hyprland
|
|
|
|
cp $HOME/.config/hypr . -r
|
|
|
|
cp $HOME/.config/waybar . -r
|
|
|
|
cp $HOME/.config/wlogout . -r
|
|
|
|
|
|
|
|
# Terminal Emulators
|
|
|
|
cp $HOME/.config/kitty/kitty.conf .
|
|
|
|
cp $HOME/.config/alacritty/alacritty.toml .
|
|
|
|
cp $HOME/.var/app/org.contourterminal.Contour/config/contour/contour.yml .
|
|
|
|
|
2024-07-25 06:20:58 +01:00
|
|
|
# Zsh
|
|
|
|
cp $HOME/.zshrc .
|
|
|
|
cp $HOME/.p10k.zsh .
|
|
|
|
|
2024-07-13 11:26:04 +01:00
|
|
|
# Tmux
|
|
|
|
cp $HOME/.tmux.conf .
|
|
|
|
cp $HOME/.config/tmux-powerline . -r
|
2024-07-19 17:38:37 +01:00
|
|
|
|
|
|
|
# Nix
|
|
|
|
cp $HOME/.config/home-manager . -r
|
2024-07-25 06:20:58 +01:00
|
|
|
|
|
|
|
# NPM
|
|
|
|
cp $HOME/.npmrc .
|
2024-07-29 11:06:36 +01:00
|
|
|
|
|
|
|
# LF
|
|
|
|
cp $HOME/.config/lf . -r
|