You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotfiles/install.conf.yaml

65 lines
1.9 KiB
YAML

- defaults:
3 years ago
link:
relink: true
create: true
glob: true
- clean: ['~', '~/.oh-my-zsh/custom/', '~/.vim', '~/.tmux']
3 years ago
- shell:
- [git submodule update --init --recursive --remote, Installing submodules]
# - [bin/font_install.sh, Installing Hack font]
3 years ago
- link:
~/.vim:
~/.vimrc:
~/.zshrc:
force: true
~/.zprofile:
force: true
~/.tmux:
~/.tmux.conf: tmux.conf
~/.config/ranger/rc.conf:
~/.fzf:
~/.oh-my-zsh/custom/plugins/zsh-autosuggestions:
force: true
path: oh-my-zsh/custom/plugins/zsh-autosuggestions
~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme
# symlink bin for scripts
~/bin:
# adding scripts
~/bin/bb: src/bluebikes/bb
~/bin/weather: src/weather/weather.sh
~/bin/water: src/watertracker/watertracker.sh
~/bin/timetracker: src/timetracker/timetracker.sh
~/.config/systemd/user/timesheet.service: src/timetracker/timesheet.service
- shell:
- [cp ./vim/hybrid/colors/hybrid.vim ./vim/colors/hybrid.vim, Setting up theme]
- [tmux/plugins/tpm/bin/install_plugins, Installing Tmux Plugins]
- [tmux/plugins/tpm/bin/update_plugins all, Updating Tmux Plugins]
-
command: cd src/tmux-mem-cpu-load && cmake . && make && sudo make install
stdin: true
stdout: true
stderr: true
description: Making and installing tmux-mem-cpu-load
# -
# command: pip install ranger-fm
# stdin: true
# stdout: true
# stderr: true
# description: Installing ranger
-
command: pip install ranger-tmux && python -m ranger_tmux install
stdin: true
stdout: true
stderr: true
description: Installing ranger-tmux
-
command: fzf/install
stdin: true
stdout: true
stderr: true
description: Installing Fzf