Fix some mac setup stuff
This commit is contained in:
@@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
|
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
ln -Tsv $PWD/zsh $HOME/.zsh
|
gln -Tsv $PWD/zsh $HOME/.zsh
|
||||||
ln -Tsv ~/.zsh/.zshrc $HOME/.zshrc
|
gln -Tsv ~/.zsh/.zshrc $HOME/.zshrc
|
||||||
ln -Tsv $PWD/tmux $HOME/.tmux
|
gln -Tsv $PWD/tmux $HOME/.tmux
|
||||||
ln -Tsv ~/.tmux/.tmux.conf $HOME/.tmux.conf
|
gln -Tsv ~/.tmux/.tmux.conf $HOME/.tmux.conf
|
||||||
mkdir -p $HOME/.config/nvim
|
mkdir -p $HOME/.config/nvim
|
||||||
ln -Tsv $PWD/nvim $HOME/.config/nvim
|
gln -Tsv $PWD/nvim $HOME/.config/nvim
|
||||||
ln -Tsv $PWD/.config/alacritty $HOME/.config/alacritty
|
gln -Tsv $PWD/.config/alacritty $HOME/.config/alacritty
|
||||||
ln -Tsv $PWD/zsh/.p10k.mac.zsh.example $PWD/zsh/.p10k.mac.zsh
|
gln -Tsv $PWD/zsh/.p10k.mac.zsh.example $PWD/zsh/.p10k.mac.zsh
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# Distributed under terms of the MIT license.
|
# Distributed under terms of the MIT license.
|
||||||
#
|
#
|
||||||
|
|
||||||
brew install neovim tmux alacritty
|
brew install neovim tmux alacritty coreutils
|
||||||
pip3 install neovim
|
pip3 install neovim
|
||||||
./clone_and_link_mac.sh
|
./clone_and_link_mac.sh
|
||||||
tmux/plugins/tpm/binding/install_plugins
|
tmux/plugins/tpm/binding/install_plugins
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
source '/usr/local/lib/python3.6/site-packages/powerline/bindings/tmux/powerline.conf'
|
source '/usr/local/lib/python3.10/site-packages/powerline/bindings/tmux/powerline.conf'
|
||||||
|
|||||||
Reference in New Issue
Block a user