8 lines
76 B
Bash
Executable file
8 lines
76 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd $HOME/dotfiles/
|
|
|
|
stow dotfiles/
|
|
stow zsh/
|
|
|
|
exec zsh
|