You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
518 B
Bash

#!/bin/bash
### Before doing this oh-my-zsh and cmus should be installed
# Rename the git repo so scripts point right
5 years ago
mv ~/mdddots ~/.linux
# Get rid of existing files
rm ~/.zshrc ~/.gitconfig ~./XCompose ~/.conkyrc
rm ~/.config/cmus/rc
rm ~/.oh-my-zsh/custom/aliases
# Symlink files from git repo
5 years ago
ln -s ~/.linux/dots/.zshrc ~
ln -s ~/.linux/dots/aliases ~/.oh-my-zsh/custom
5 years ago
ln -s ~/.linux/dots/.gitconfig ~
ln -s ~/.linux/dots/.XCompose ~
ln -s ~/.linux/dots/.conkyrc ~
5 years ago
ln -s ~/.linux/dots/cmus/rc ~/.config/cmus