diff --git a/default.conf.yaml b/default.conf.yaml index b06267c..a5b4ca8 100644 --- a/default.conf.yaml +++ b/default.conf.yaml @@ -8,17 +8,20 @@ - clean: ['~'] - create: + - ~/.config - ~/.config/bash - ~/.config/tmux - - ~/.vim/undo-history - link: + # git ~/.gitconfig: home/gitconfig - ~/.git-completion.bash: home/config/bash/git-completion.bash - ~/.git-prompt-colors.sh: home/config/bash/git-prompt-colors.sh + ~/.config/.gitignore_global: home/config/gitignore_global + # bash ~/.bashrc: home/bashrc ~/.config/bash/.bash_profile: home/config/bash/bash_profile + ~/.git-completion.bash: home/config/bash/git-completion.bash + ~/.git-prompt-colors.sh: home/config/bash/git-prompt-colors.sh # apps ~/.config/alacritty: home/config/alacritty @@ -30,9 +33,11 @@ ~/.config/.aliases: home/config/aliases + # vim ~/.vim : home/vim ~/.vimrc: home/vimrc + # zsh ~/.zshenv: home/zshenv ~/.config/zsh: home/config/zsh @@ -65,6 +70,4 @@ sudo chsh -s $(brew --prefix)/bin/zsh brew bundle --file ./macos/Brewfile brew bundle --file ./macos/Caskfile - - ./macos/macos_setup.sh fi diff --git a/macos/Brewfile b/macos/Brewfile index 2f4d170..71ee962 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -25,7 +25,7 @@ brew 'tldr' brew 'tmux' brew 'tree' brew 'wget' -brew 'youtube-dl' +# brew 'youtube-dl' # fails brew 'zoxide' brew 'zsh' brew 'zsh-syntax-highlighting'