Add openbox + rofi config
This commit is contained in:
parent
9c36339533
commit
7604d6a280
5 changed files with 1000 additions and 0 deletions
|
@ -9,6 +9,8 @@ mv ~/mdddots ~/.linux
|
|||
rm -f ~/.zshrc ~/.gitconfig ~/.XCompose
|
||||
rm -f ~/.config/cmus/rc
|
||||
rm -f ~/.oh-my-zsh/custom/aliases
|
||||
rm -f ~/.config/openbox/*
|
||||
rm -f ~/.config/rofi/config.rasi
|
||||
|
||||
# Symlink files from git repo
|
||||
ln -s ~/.linux/dots/.zshrc ~
|
||||
|
@ -17,6 +19,12 @@ ln -s ~/.linux/dots/.gitconfig ~
|
|||
ln -s ~/.linux/dots/.XCompose ~
|
||||
mkdir -p ~/.config/cmus
|
||||
ln -s ~/.linux/dots/cmus/rc ~/.config/cmus
|
||||
mkdir -p ~/.config/openbox
|
||||
ln -s ~/.linux/dots/openbox/autostart ~/.config/openbox
|
||||
ln -s ~/.linux/dots/openbox/rc.xml ~/.config/openbox
|
||||
ln -s ~/.linux/dots/openbox/menu.xml ~/.config/openbox
|
||||
mkdir -p ~/.config/rofi
|
||||
ln -s ~/.linux/dots/rofi/config.rasi ~/.config/rofi
|
||||
|
||||
## Prepare for colorus
|
||||
touch ~/.colourvars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue