dotfiles/dotback

45 lines
918 B
Plaintext
Raw Normal View History

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