Compare commits
No commits in common. "fff14d4f424d2cf8437519f22da10040aa516a91" and "de1eed46fa4b7b840ab634e78df1d30921d040b7" have entirely different histories.
fff14d4f42
...
de1eed46fa
|
@ -1,40 +0,0 @@
|
||||||
# vim: set ft=dosini:
|
|
||||||
[core]
|
|
||||||
auto_newline = 1
|
|
||||||
powerline = 0
|
|
||||||
theme = lowfi-neon
|
|
||||||
|
|
||||||
|left|
|
|
||||||
[plugin]
|
|
||||||
name = exit_code
|
|
||||||
|
|
||||||
[plugin]
|
|
||||||
name = bg_jobs
|
|
||||||
|
|
||||||
[plugin]
|
|
||||||
name = path
|
|
||||||
|
|
||||||
[plugin]
|
|
||||||
name = newline
|
|
||||||
|
|
||||||
[plugin]
|
|
||||||
name = username
|
|
||||||
|
|
||||||
[plugin]
|
|
||||||
name = space
|
|
||||||
|
|
||||||
|right|
|
|
||||||
[plugin]
|
|
||||||
name = tmux
|
|
||||||
|
|
||||||
[plugin]
|
|
||||||
name = vcs
|
|
||||||
default =
|
|
||||||
|
|
||||||
[plugin]
|
|
||||||
name = date
|
|
||||||
format = %a %b %H:%M
|
|
||||||
|
|
||||||
[plugin]
|
|
||||||
bg = 000000
|
|
||||||
name = hostname
|
|
|
@ -70,6 +70,10 @@ check_and_install jq
|
||||||
|
|
||||||
echo -e "\n\033[38;5;2mStowing config\033[0;5;0m\n"
|
echo -e "\n\033[38;5;2mStowing config\033[0;5;0m\n"
|
||||||
|
|
||||||
|
mv ~/.bashrc{,.old} &> /dev/null
|
||||||
|
mv ~/.bash_profile{,.old} &> /dev/null
|
||||||
|
stow_cfg bash
|
||||||
|
|
||||||
mv ~/.tmux.conf{,.old} &> /dev/null
|
mv ~/.tmux.conf{,.old} &> /dev/null
|
||||||
mv ~/.tmux{,.old} &> /dev/null
|
mv ~/.tmux{,.old} &> /dev/null
|
||||||
stow_cfg tmux
|
stow_cfg tmux
|
||||||
|
@ -82,10 +86,6 @@ echo -e "\n\033[38;5;2mSetting up wish\033[0;5;0m\n"
|
||||||
mkdir -p ~/.config/
|
mkdir -p ~/.config/
|
||||||
git clone https://gitlab.com/ceda_ei/wish.git ~/.config/wish
|
git clone https://gitlab.com/ceda_ei/wish.git ~/.config/wish
|
||||||
|
|
||||||
mv ~/.bashrc{,.old} &> /dev/null
|
|
||||||
mv ~/.bash_profile{,.old} &> /dev/null
|
|
||||||
stow_cfg bash
|
|
||||||
|
|
||||||
echo -e "\n\033[38;5;2mSetting up tmux plugins\033[0;5;0m\n"
|
echo -e "\n\033[38;5;2mSetting up tmux plugins\033[0;5;0m\n"
|
||||||
mkdir -p ~/.tmux/plugins/
|
mkdir -p ~/.tmux/plugins/
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
|
|
Loading…
Reference in New Issue