diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-04-28 10:03:47 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-04-28 10:03:47 +0200 |
commit | b18e9a774276dfe14d7d30e000d73dd3b6bc7533 (patch) | |
tree | 9091f754b5d9c121d7489fd8d7f26b05e1aa2920 /bin/install.sh | |
parent | 699072b22dac27972b6a90f416f6dacaaaf7edb8 (diff) | |
download | dotfiles-b18e9a774276dfe14d7d30e000d73dd3b6bc7533.tar.gz dotfiles-b18e9a774276dfe14d7d30e000d73dd3b6bc7533.zip |
Removed '.' in front of dotfiles, started on install script, changed hyper, added bash, added tmux
Diffstat (limited to 'bin/install.sh')
-rwxr-xr-x | bin/install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/install.sh b/bin/install.sh new file mode 100755 index 0000000..14fd058 --- /dev/null +++ b/bin/install.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cp tmux/tmux.conf ~/.tmux.conf +cp bash/bashrc ~/.bashrc |