-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
38 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/sh | ||
|
||
## install zsh config | ||
echo "> Linking new zshrc config" | ||
ln -s ~/.config/zsh/dot.zshrc ~/.zshrc | ||
echo "> Installing zsh theme" | ||
cd ~/.oh-my-zsh/themes/ | ||
wget https://raw.githubusercontent.com/caiogondim/bullet-train-oh-my-zsh-theme/master/bullet-train.zsh-theme | ||
|
||
## install screen config | ||
echo "> Linking new screen config" | ||
ln -s ~/.config/screen/dot.screenrc ~/.screenrc | ||
|
||
## install emacs config | ||
echo "> Linking new emacs config" | ||
ln -s ~/.config/emacs/dot.emacs ~/.emacs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters