diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2020-01-17 12:16:49 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2020-01-17 12:16:49 +0100 |
commit | 4ef14d855be8f6a56e05483a34f572d5b8c2f151 (patch) | |
tree | d3b89dde7a5e6ed26011a0496f4e3ecf5040e404 /install/install_mac.sh | |
parent | f1524969f404fff4e79ae631db2db3865dc5be15 (diff) | |
download | dotfiles-4ef14d855be8f6a56e05483a34f572d5b8c2f151.tar.gz dotfiles-4ef14d855be8f6a56e05483a34f572d5b8c2f151.zip |
Updated vimconf, and made som bash scripts
Diffstat (limited to 'install/install_mac.sh')
-rwxr-xr-x | install/install_mac.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/install_mac.sh b/install/install_mac.sh index e4d5a9a..d26ed16 100755 --- a/install/install_mac.sh +++ b/install/install_mac.sh @@ -70,6 +70,7 @@ dlgYN "> Create symlinks" res if [ $res -eq 1 ]; then CWD=$(PWD) tput sc + ln -isf "$CWD/bin" ~/bin ln -isf "$CWD/mac/zshrc" ~/.zshrc ln -isf "$CWD/mac/tmux.conf" ~/.tmux.conf ln -isf "$CWD/mac/Hyperterm/hyper.js" ~/.hyper.js |