5 lines
102 B
Bash
5 lines
102 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||
|
ln -s ${BASEDIR}/i3 ~/.config/i3
|