Update install

This commit is contained in:
Georgi Gardev
2025-01-23 11:24:29 +02:00
parent cb2930a6e3
commit 1bfc8feeff
2 changed files with 9 additions and 6 deletions
+8 -5
View File
@@ -8,17 +8,20 @@
- clean: ['~'] - clean: ['~']
- create: - create:
- ~/.config
- ~/.config/bash - ~/.config/bash
- ~/.config/tmux - ~/.config/tmux
- ~/.vim/undo-history
- link: - link:
# git
~/.gitconfig: home/gitconfig ~/.gitconfig: home/gitconfig
~/.git-completion.bash: home/config/bash/git-completion.bash ~/.config/.gitignore_global: home/config/gitignore_global
~/.git-prompt-colors.sh: home/config/bash/git-prompt-colors.sh
# bash
~/.bashrc: home/bashrc ~/.bashrc: home/bashrc
~/.config/bash/.bash_profile: home/config/bash/bash_profile ~/.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 # apps
~/.config/alacritty: home/config/alacritty ~/.config/alacritty: home/config/alacritty
@@ -30,9 +33,11 @@
~/.config/.aliases: home/config/aliases ~/.config/.aliases: home/config/aliases
# vim
~/.vim : home/vim ~/.vim : home/vim
~/.vimrc: home/vimrc ~/.vimrc: home/vimrc
# zsh
~/.zshenv: home/zshenv ~/.zshenv: home/zshenv
~/.config/zsh: home/config/zsh ~/.config/zsh: home/config/zsh
@@ -65,6 +70,4 @@
sudo chsh -s $(brew --prefix)/bin/zsh sudo chsh -s $(brew --prefix)/bin/zsh
brew bundle --file ./macos/Brewfile brew bundle --file ./macos/Brewfile
brew bundle --file ./macos/Caskfile brew bundle --file ./macos/Caskfile
./macos/macos_setup.sh
fi fi
+1 -1
View File
@@ -25,7 +25,7 @@ brew 'tldr'
brew 'tmux' brew 'tmux'
brew 'tree' brew 'tree'
brew 'wget' brew 'wget'
brew 'youtube-dl' # brew 'youtube-dl' # fails
brew 'zoxide' brew 'zoxide'
brew 'zsh' brew 'zsh'
brew 'zsh-syntax-highlighting' brew 'zsh-syntax-highlighting'