added profiles, working with base arch
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
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue