mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 09:28:45 +00:00
Update install
This commit is contained in:
+8
-5
@@ -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
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user