10 lines
242 B
Bash
Executable File
10 lines
242 B
Bash
Executable File
#!/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
|