Improved install scripts
Due to unforeseen events :/
This commit is contained in:
parent
8ec06d3618
commit
73cbcbb3f5
9 changed files with 176 additions and 96 deletions
|
@ -6,13 +6,17 @@
|
|||
# This holds stuff that have not been migrated yet.
|
||||
# TODO A lot of stuff
|
||||
|
||||
cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1
|
||||
. softwareList
|
||||
mkdir -p $HOME/.cache
|
||||
mkdir -p $HOME/.cache/zsh
|
||||
mkdir -p $HOME/.cache/mpd
|
||||
mkdir -p $HOME/.ssh
|
||||
|
||||
. $HOME/.config/scripts/softwareList
|
||||
|
||||
echo "Doing stuff cuz"
|
||||
|
||||
$HOME/.config/Xresources/configure
|
||||
changeColors monokai
|
||||
|
||||
pip install --user --requirement $HOME/.config/lemonbar/requirements.txt
|
||||
vim +PlugUpgrade +PlugUpdate +PlugInstall +qall
|
||||
|
||||
### RECYCLE BIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue