|
|
@ -6,15 +6,16 @@
|
|
|
|
mv ~/mdddots ~/.linux
|
|
|
|
mv ~/mdddots ~/.linux
|
|
|
|
|
|
|
|
|
|
|
|
# Get rid of existing files
|
|
|
|
# Get rid of existing files
|
|
|
|
rm ~/.zshrc ~/.gitconfig ~/.XCompose
|
|
|
|
rm -f ~/.zshrc ~/.gitconfig ~/.XCompose
|
|
|
|
rm ~/.config/cmus/rc
|
|
|
|
rm -f ~/.config/cmus/rc
|
|
|
|
rm ~/.oh-my-zsh/custom/aliases
|
|
|
|
rm -f ~/.oh-my-zsh/custom/aliases
|
|
|
|
|
|
|
|
|
|
|
|
# Symlink files from git repo
|
|
|
|
# Symlink files from git repo
|
|
|
|
ln -s ~/.linux/dots/.zshrc ~
|
|
|
|
ln -s ~/.linux/dots/.zshrc ~
|
|
|
|
ln -s ~/.linux/dots/aliases ~/.oh-my-zsh/custom
|
|
|
|
ln -s ~/.linux/dots/aliases ~/.oh-my-zsh/custom
|
|
|
|
ln -s ~/.linux/dots/.gitconfig ~
|
|
|
|
ln -s ~/.linux/dots/.gitconfig ~
|
|
|
|
ln -s ~/.linux/dots/.XCompose ~
|
|
|
|
ln -s ~/.linux/dots/.XCompose ~
|
|
|
|
|
|
|
|
mkdir =p ~/.config/cmus
|
|
|
|
ln -s ~/.linux/dots/cmus/rc ~/.config/cmus
|
|
|
|
ln -s ~/.linux/dots/cmus/rc ~/.config/cmus
|
|
|
|
|
|
|
|
|
|
|
|
## Prepare for colorus
|
|
|
|
## Prepare for colorus
|
|
|
|