Add attempt at an install script, switch mail client, add support for machine-specific autostart/aliases
parent
7dd834c707
commit
a6487259a3
Binary file not shown.
Binary file not shown.
@ -1,7 +1,9 @@
|
|||||||
synclient MaxTapTime=0 &
|
~/.config/openbox/autostart-specific.sh
|
||||||
xcompmgr &
|
xcompmgr &
|
||||||
|
redshift &
|
||||||
wal --vte -R &
|
wal --vte -R &
|
||||||
plank &
|
plank &
|
||||||
pnmixer &
|
pnmixer &
|
||||||
conky &
|
conky -p 30 &
|
||||||
tint2 &
|
tint2 &
|
||||||
|
insync start &
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
### Before doing this oh-my-zsh and cmus should be installed
|
|
||||||
|
|
||||||
# Rename the git repo so scripts point right
|
|
||||||
mv ~/mdddots ~/.linux
|
|
||||||
|
|
||||||
# Get rid of existing files
|
|
||||||
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
|
|
||||||
rm -f ~/.config/gtk-3.0/settings.ini
|
|
||||||
rm -f ~/.config/gtk-4.0/settings.ini
|
|
||||||
rm -f ~/.config/fontconfig/fonts.conf
|
|
||||||
|
|
||||||
# Symlink files from git repo
|
|
||||||
ln -s ~/.linux/dots/.zshrc ~
|
|
||||||
ln -s ~/.linux/dots/aliases ~/.oh-my-zsh/custom
|
|
||||||
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
|
|
||||||
mkdir -p ~/.config/gtk-3.0
|
|
||||||
ln -s ~/.linux/dots/gtk/3/settings.ini ~/.config/gtk-3.0
|
|
||||||
mkdir -p ~/.config/gtk-4.0
|
|
||||||
ln -s ~/.linux/dots/gtk/4/settings.ini ~/.config/gtk-4.0
|
|
||||||
mkdir -p ~/.config/fontconfig
|
|
||||||
ln -s ~/.linux/dots/fonts.conf ~/.config/fontconfig
|
|
||||||
|
|
||||||
## Prepare for colorus
|
|
||||||
touch ~/.colourvars
|
|
Loading…
Reference in New Issue