|
@@ -1,9 +1,11 @@
|
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
|
-cp .bashrc ~/.bashrc
|
|
|
|
|
-cp .bash_profile ~/.bash_profile
|
|
|
|
|
-cp .fishrc ~/.fishrc
|
|
|
|
|
-cp .xinitrc ~/.xinitrc
|
|
|
|
|
|
|
+ln -s ~/dotfiles/.bashrc ~/.bashrc
|
|
|
|
|
+ln -s ~/dotfiles/.bash_profile ~/.bash_profile
|
|
|
|
|
+ln -s ~/dotfiles/.fishrc ~/.fishrc
|
|
|
|
|
+ln -s ~/dotfiles/.xinitrc ~/.xinitrc
|
|
|
./setup-vim.sh
|
|
./setup-vim.sh
|
|
|
|
|
+
|
|
|
|
|
+#change this to a symbolic link too once brain works again
|
|
|
mkdir -p ~/.config
|
|
mkdir -p ~/.config
|
|
|
mkdir -p ~/.config/i3
|
|
mkdir -p ~/.config/i3
|
|
|
-cp -r i3 ~/.config/i3/config
|
|
|
|
|
|
|
+cp -r ~/dotfiles/i3 ~/.config/i3/config
|