dotfiles/dotback

45 lines
904 B
Plaintext
Raw Normal View History

2024-07-30 20:46:11 +08:00
#!/usr/bin/env bash
2024-07-13 18:26:04 +08:00
2024-08-03 18:19:28 +08:00
# Environment variables
cp $HOME/.profile .
2024-07-13 18:26:04 +08:00
# Neovim
2024-07-30 20:46:11 +08:00
# cp $HOME/.vimrc .
2024-07-13 18:26:04 +08:00
cp $HOME/.config/nvim . -r
# Hyprland
2024-07-30 20:46:11 +08:00
# cp $HOME/.config/hypr . -r
# cp $HOME/.config/waybar . -r
# cp $HOME/.config/wlogout . -r
# AwesomeWM
cp $HOME/.config/awesome/rc.lua ./awesome.rc.lua
2024-07-13 18:26:04 +08:00
# Terminal Emulators
2024-07-30 20:46:11 +08:00
# cp $HOME/.config/kitty/kitty.conf .
# cp $HOME/.config/alacritty/alacritty.toml .
# Flatpak version
# cp $HOME/.var/app/org.contourterminal.Contour/config/contour/contour.yml .
cp $HOME/.config/contour/contour.yml .
2024-07-13 18:26:04 +08:00
2024-07-25 13:20:58 +08:00
# Zsh
2024-07-30 20:46:11 +08:00
# cp $HOME/.zshrc .
# cp $HOME/.p10k.zsh .
2024-07-25 13:20:58 +08:00
2024-07-13 18:26:04 +08:00
# Tmux
2024-07-30 20:46:11 +08:00
# Tmux currently does not run well under home-manager.
# Please place the configuration files manually.
2024-07-13 18:26:04 +08:00
cp $HOME/.tmux.conf .
cp $HOME/.config/tmux-powerline . -r
2024-07-20 00:38:37 +08:00
# Nix
2024-08-06 14:08:48 +08:00
# Use a symlink for home-maanger.
# cp $HOME/.config/home-manager . -r
2024-07-30 20:46:11 +08:00
cp /etc/nixos . -r
2024-07-25 13:20:58 +08:00
# NPM
2024-07-30 20:46:11 +08:00
# cp $HOME/.npmrc .
2024-07-29 18:06:36 +08:00
# LF
cp $HOME/.config/lf . -r