10 lines
242 B
Bash
10 lines
242 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
#
|
||
|
# This is a file to create necessary parts of this environment for behemoth
|
||
|
# my desktop machine.
|
||
|
#
|
||
|
|
||
|
ln -s /home/tuan/.dotfiles/emacs/.doom.d /home/tuan/.config/doom
|
||
|
ln -s /home/tuan/.dotfiles/config/.ssh /home/tuan/.ssh
|