Skip to content

Commit

Permalink
Use dotdrop (almost) everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Nov 27, 2018
1 parent f5d2e74 commit dcddf07
Show file tree
Hide file tree
Showing 43 changed files with 192 additions and 20 deletions.
208 changes: 190 additions & 18 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,32 @@ config:
showdiff: false
workdir: ~/.config/dotdrop
dotfiles:
f_tmux.conf:
dst: ~/.tmux.conf
src: ./tmux/.tmux.conf
link: true

# Alacritty
f_alacritty.yml:
dst: ~/.config/alacritty/alacritty.yml
src: ./alacritty/.config/alacritty/alacritty.yml
link: true

# Bin
d_bin:
dst: ~/bin/
src: ./bin/bin/
link: true

# Compton
f_compton.conf:
dst: ~/.config/compton/compton.conf
src: ./compton/.config/compton/compton.conf
link: true

# Ctags
f_ctags:
dst: ~/.ctags
src: ./ctags/.ctags
link: true

# Dunst
f_dunstrc:
dst: ~/.config/dunst/dunstrc
src: ./dunst/.config/dunst/dunstrc
Expand All @@ -44,38 +50,204 @@ dotfiles:
dst: ~/.icons/dunst/
src: ./dunst/.icons/dunst/
link: true

# Firefox
d_firefox:
dst: /tmp/.dotdrop/firefox_install/
src: ./firefox/
actions:
- firefox_install

# Git
f_gitconfig:
dst: ~/.gitconfig
src: ./git/.gitconfig
link: true

# GTK
d_gtk:
dst: ~/.config/gtk-3.0/
src: ./gtk/.config/gtk-3.0/
link: true
src: ./gtk/

# Lead
f_lead:
dst: ~/.config/lead/lead.conf
src: ./lead/.config/lead/lead.conf
link: true
f_vimrc:
dst: ~/.vimrc
src: vimrc
actions:
- vim-plug-install
- vim-plug

# Linters
d_linters:
dst: ~/
src: ./linters/

# MPD
f_mpd:
dst: ~/.config/mpd/mpd.conf
src: ./mpd/mpd.conf
link: true

# MyCLI
f_myclirc:
dst: ~/.myclirc
src: ./mycli/.myclirc
link: true

# ncmpcpp
f_ncmpcpp:
dst: ~/.config/ncmpcpp/config
src: ./ncmpcpp/config
link: true

# neofetch
f_neofetch:
dst: ~/.config/neofetch/config
src: ./neofetch/config
link: true

# NPM
f_npmrc:
dst: ~/.npmrc
src: ./npm/.npmrc
link: true

# openbox
d_openbox:
dst: ~/.config/openbox/
src: ./openbox/config/
d_openbox_theme:
dst: ~/.local/share/themes/Arc-Dark/openbox-3/
src: ./openbox/theme/

# Ranger
d_ranger:
dst: ~/.config/ranger/
src: ./ranger/

# Redshift
f_redshift:
dst: ~/.config/redshift.conf
src: ./redshift/redshift.conf
link: true

# Rofi pass
f_rofi-pass:
dst: ~/.config/rofi-pass/config
src: ./rofi-pass/config
link: true

# setxkbmap
f_setxkbmap:
dst: ~/.config/setxkbmap.conf
src: ./setxkbmap/setxkbmap.conf
link: true

# sxhkd
f_sxhkdrc:
dst: ~/.config/sxhkd/sxhkdrc
src: ./sxhkd/sxhkdrc
link: true

# Termite
f_termite:
dst: ~/.config/termite/config
src: ./termite/config
link: true

# Tern
f_tern:
dst: ~/.tern-project
src: ./tern/.tern-project
link: true

# Thunar
f_thunar:
dst: ~/.config/Thunar/uca.xml
src: ./thunar/uca.xml
link: true

# tint2
d_tint2:
dst: ~/.config/tint2/
src: ./tint2/
d_firefox:
dst: /tmp/.dotdrop/firefox_install/
src: ./firefox/

# tmux
f_tmux:
dst: ~/.tmux.conf
src: ./tmux/.tmux.conf
link: true

# tmuxinator
d_tmuxinator:
dst: ~/.config/tmuxinator/
src: ./tmuxinator/

f_vim:
dst: ~/.vim/
src: ./vim/
actions:
- firefox_install
- vim-plug-install
- vim-plug

# X
d_x:
dst: ~/
src: ./X/

# yay
f_yay:
dst: ~/.config/yay/config.json
src: ./yay/config.json
link: true

# Zathura
f_zathura:
dst: ~/.config/zathura/zathurarc
src: ./zathura/zathurarc
link: true

# zsh
d_zsh:
dst: ~/.oh-my-zsh/
src: ./zsh/

profiles:
Zeus:
dotfiles:
- f_tmux.conf
- f_tmux
Hermes:
dotfiles:
- d_tint2
- f_alacritty.yml
- d_bin
- f_compton.conf
- f_ctags
- f_dunstrc
- d_dunst_icons
- d_firefox
- f_gitconfig
- d_gtk
- f_lead
- d_linters
- f_mpd
- f_myclirc
- f_ncmpcpp
- f_neofetch
- f_npmrc
- d_openbox
- d_openbox_theme
- d_ranger
- f_redshift
- f_rofi-pass
- f_setxkbmap
- f_sxhkdrc
- f_termite
- f_tern
- f_thunar
- d_tint2
- f_tmux
- d_tmuxinator
- f_vim
- d_x
- f_yay
- f_zathura
- d_zsh

File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion gtk/.config/gtk-3.0/settings.ini → gtk/settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ gtk-cursor-theme-name=Paper
gtk-cursor-theme-size=0
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-fallback-icon-theme=breeze
gtk-font-name=Cantarell 11
gtk-icon-theme-name=Flat-Remix
gtk-menu-images=1
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def get_platformio_environment(wdir):
# your first `platformio run`.
_includes.insert(0, wdir + "/src")
_includes.insert(0, wdir + "/.pioenvs")
_includes.insert(0, wdir + "/Inc")

# Create "-I<include_file>" list
inc_list = []
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins=(git pass vi-mode)

source "$ZSH/oh-my-zsh.sh"

for file in $HOME/.dotfiles/omzsh/{exports,aliases,functions,secret}.sh; do
for file in $ZSH/custom/{exports,aliases,functions,secret}.sh; do
[ -r "$file" ] && [ -f "$file" ] && source "$file";
done;

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dcddf07

Please sign in to comment.