Initial commit.

This commit is contained in:
igor
2026-04-10 15:40:20 -07:00
commit 6dd004939f
39 changed files with 3168 additions and 0 deletions

18
link.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/bin/sh
dotfiles="$HOME/dotfiles"
# Start linking
ln -s "$dotfiles/.bashrc" "$HOME/"
ln -s "$dotfiles/.vimrc" "$HOME/"
ln -s "$dotfiles/ssh_config" "$HOME/.ssh/config"
ln -s "$dotfiles/.gitconfig" "$HOME/"
ln -s "$dotfiles/.gitignore" "$HOME/"
ln -s "$dotfiles/.lldbinit" "$HOME/"
ln -s "$dotfiles/.tmux.conf" "$HOME/"
ln -s "$dotfiles/focus-editor" "$HOME/.config/"
ln -s "$dotfiles/ghostty" "$HOME/.config/"
ln -s "$dotfiles/xournalpp" "$HOME/.config/"
ln -s "$dotfiles/nvim" "$HOME/.config/"
ln -s "$dotfiles/gf2_config.ini" "$HOME/.config/"
ln -s "$dotfiles/systemd" "$HOME/.config/"