Squashed
This commit is contained in:
commit
a45a0e8685
12 changed files with 311 additions and 0 deletions
12
link.sh
Executable file
12
link.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
ln -s "$(pwd)/.aliases.sh" "$HOME/.aliases.sh"
|
||||
|
||||
mkdir -p ~/bin
|
||||
stow --target=$HOME/bin bin
|
||||
sudo chmod +x ~/bin/*.sh
|
||||
|
||||
mkdir -p ~/.config
|
||||
stow --target=$HOME/.config .config
|
||||
|
||||
cp --update=none .tokens_template ~/.tokens
|
Loading…
Add table
Add a link
Reference in a new issue