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,14 +1,12 @@
|
||||
- defaults:
|
||||
link:
|
||||
create: true
|
||||
relink: true
|
||||
shell:
|
||||
stdin: true
|
||||
stdout: true
|
||||
stderr: true
|
||||
link:
|
||||
create: true
|
||||
relink: true
|
||||
shell:
|
||||
stdin: true
|
||||
stdout: true
|
||||
stderr: true
|
||||
|
||||
- clean: [
|
||||
'~',
|
||||
'~/.vim',
|
||||
'~/.config'
|
||||
]
|
||||
- clean:
|
||||
~/:
|
||||
~/.config:
|
||||
|
@ -1,7 +1,6 @@
|
||||
- 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:
|
||||
~/.oh-my-zsh/custom:
|
||||
path: shells/oh-my-zsh/custom
|
||||
force: true
|
||||
~/.oh-my-zsh/custom:
|
||||
path: shells/oh-my-zsh/custom
|
||||
force: true
|
||||
|
@ -1,3 +1,3 @@
|
||||
- link:
|
||||
~/.config/picom: gui/picom
|
||||
~/.local/bin/picom-launch.sh: bin/picom-launch.sh
|
||||
~/.config/picom: gui/picom
|
||||
~/.local/bin/picom-launch.sh: bin/picom-launch.sh
|
||||
|
@ -1,3 +1,3 @@
|
||||
- link:
|
||||
~/.config/polybar: gui/polybar
|
||||
~/.local/bin/polybar-launch.sh: bin/polybar-launch.sh
|
||||
~/.config/polybar: gui/polybar
|
||||
~/.local/bin/polybar-launch.sh: bin/polybar-launch.sh
|
||||
|
@ -1,2 +1,2 @@
|
||||
- shell:
|
||||
[cd shells/st && sudo make install, Building st]
|
||||
- [cd shells/st && sudo make install, Installing st]
|
||||
|
@ -1,3 +1,3 @@
|
||||
- link:
|
||||
~/.local/bin/timetracker: src/timetracker/timetracker
|
||||
~/.config/systemd/user/timesheet.service: src/timetracker/timesheet.service
|
||||
~/.local/bin/timetracker: src/timetracker/timetracker
|
||||
~/.config/systemd/user/timesheet.service: src/timetracker/timesheet.service
|
||||
|
@ -1,3 +1,3 @@
|
||||
link:
|
||||
~/.tmux.conf: terminals/tmux/tmux-full.conf
|
||||
- link:
|
||||
~/.tmux.conf: terminals/tmux/tmux-full.conf
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
link:
|
||||
~/.tmux.conf: terminals/tmux/tmux-sparse.conf
|
||||
|
||||
- link:
|
||||
~/.tmux.conf: terminals/tmux/tmux-sparse.conf
|
||||
|
@ -1,7 +1,7 @@
|
||||
- clean:
|
||||
~/.vim:
|
||||
~/.vim:
|
||||
|
||||
- link:
|
||||
~/.vim/colors: editors/vim/colors
|
||||
~/.vim/pack: editors/vim/pack
|
||||
~/.vimrc: editors/vim/vimrc
|
||||
~/.vim/colors: editors/vim/colors
|
||||
~/.vim/pack: editors/vim/pack
|
||||
~/.vimrc: editors/vim/vimrc
|
||||
|
@ -1,6 +1,6 @@
|
||||
- shell:
|
||||
- [if [ "$SHELL" != "/bin/zsh" ] ; then chsh -s /bin/zsh; fi;]
|
||||
- [bin/zsh-check]
|
||||
|
||||
- link:
|
||||
~/.zshrc: shells/zsh/zshrc
|
||||
~/.zprofile: shells/zsh/zprofile
|
||||
~/.zshrc: shells/zsh/zshrc
|
||||
~/.zprofile: shells/zsh/zprofile
|
||||
|
Loading…
Reference in New Issue