Initial dotfiles — tmux nord, shell aliases, gitconfig

This commit is contained in:
i47i
2026-03-23 12:48:05 +00:00
commit c847069e84
5 changed files with 140 additions and 0 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
set -e
DIR="$(cd "$(dirname "$0")" && pwd)"
ln -sf "$DIR/tmux.conf" ~/.tmux.conf
ln -sf "$DIR/gitconfig" ~/.gitconfig
echo "source $DIR/aliases.sh" >> ~/.bashrc 2>/dev/null || true
echo "Done. Restart your shell or: source ~/.bashrc"