Initial dotfiles — tmux nord, shell aliases, gitconfig
This commit is contained in:
Executable
+9
@@ -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"
|
||||
Reference in New Issue
Block a user