dotfiles/bash/export.sh

14 lines
326 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
2016-05-06 17:04:10 +01:00
ln -sfP ~/.dotfiles/bash/.bashrc ~/.bashrc
source ~/.bashrc
# Arch uses python3 by default. Let's fix that...
sudo rm -rf /usr/bin/python
sudo ln -sfP /usr/bin/python2 /usr/bin/python
# Arch has the nvm script in a weird place. Time to fix!
sudo ln -sfP /usr/share/nvm/init-nvm.sh ~/.nvm/nvm.sh