-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsymlinks.conf
More file actions
18 lines (18 loc) · 908 Bytes
/
symlinks.conf
File metadata and controls
18 lines (18 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Define an array of symbolic link sources and targets
$(pwd)/zsh/.zshrc:$HOME/.zshrc
$(pwd)/zsh/aliases.zsh:$HOME/.config/zsh/aliases.zsh
$(pwd)/zsh/git-completion.bash:$HOME/.config/zsh/git-completion.bash
$(pwd)/zsh/git-completion.zsh:$HOME/.config/zsh/git-completion.zsh
$(pwd)/starship/starship.toml:$HOME/.config/starship/starship.toml
$(pwd)/nvim:$HOME/.config/nvim
$(pwd)/vim/.vimrc:$HOME/.vimrc
$(pwd)/tmux/tmux.conf:$HOME/.config/tmux/tmux.conf
$(pwd)/kitty:$HOME/.config
$(pwd)/dbeaver/.vrapperrc:$HOME/.vrapperrc
$(pwd)/rectangle/RectangleConfig.json:$HOME/Library/Application Support/Rectangle/RectangleConfig.json
$(pwd)/karabiner/karabiner.json:$HOME/.config/karabiner/karabiner.json
$(pwd)/ranger:$HOME/.config/ranger
$(pwd)/scripts/t:$HOME/.local/bin/t
$(pwd)/scripts/deliver:$HOME/.local/bin/deliver
$(pwd)/git/gitconfig:$HOME/.gitconfig
$(pwd)/git/gitignore_global:$HOME/.gitignore_global