added profiles, working with base arch

nvim
spinach 2 years ago
parent e3c1cad0d1
commit ea21ba71fa

@ -0,0 +1,5 @@
#!/bin/bash
if [ ! -e "$ZSH/oh-my-zsh.sh" ] ; then
/bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussel/oh-my-zsh/master/tools/install.sh)"
fi

@ -0,0 +1,3 @@
if [ "$SHELL" != "/bin/zsh" ] ; then
chsh -s /bin/zsh
fi

@ -0,0 +1 @@
/home/spinach/.dotfiles/gui/wallpapers/pine_tree.jpg

@ -19,7 +19,6 @@ cd "${BASE_DIR}"
git -C "${BASE_DIR}" submodule sync --quiet --recursive git -C "${BASE_DIR}" submodule sync --quiet --recursive
git submodule update --init --recursive "${BASE_DIR}" git submodule update --init --recursive "${BASE_DIR}"
while IFS= read -r config; do while IFS= read -r config; do
CONFIGS+=" ${config}" CONFIGS+=" ${config}"
done < "${META_DIR}/${PROFILES_DIR}/$1" done < "${META_DIR}/${PROFILES_DIR}/$1"

@ -7,8 +7,6 @@
stdout: true stdout: true
stderr: true stderr: true
- clean: [ - clean:
'~', ~/:
'~/.vim', ~/.config:
'~/.config'
]

@ -1,6 +1,5 @@
- shell: - shell:
- [if [ ! -e "$ZSH/oh-my-zsh.sh" ] ; then /bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussel/oh-my-zsh/master/tools/install.sh)" ; fi;] - [bin/oh-my-zsh-check.sh]
- link: - link:
~/.oh-my-zsh/custom: ~/.oh-my-zsh/custom:
path: shells/oh-my-zsh/custom path: shells/oh-my-zsh/custom

@ -1,2 +1,2 @@
- shell: - shell:
[cd shells/st && sudo make install, Building st] - [cd shells/st && sudo make install, Installing st]

@ -1,3 +1,3 @@
link: - link:
~/.tmux.conf: terminals/tmux/tmux-full.conf ~/.tmux.conf: terminals/tmux/tmux-full.conf

@ -1,3 +1,2 @@
link: - link:
~/.tmux.conf: terminals/tmux/tmux-sparse.conf ~/.tmux.conf: terminals/tmux/tmux-sparse.conf

@ -1,5 +1,5 @@
- shell: - shell:
- [if [ "$SHELL" != "/bin/zsh" ] ; then chsh -s /bin/zsh; fi;] - [bin/zsh-check]
- link: - link:
~/.zshrc: shells/zsh/zshrc ~/.zshrc: shells/zsh/zshrc

Loading…
Cancel
Save