mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2024-11-28 10:18:36 -05:00
Add tpm install to bootstrap
This commit is contained in:
parent
f46f2c7070
commit
64e07591e6
@ -78,7 +78,7 @@ recommended-style = "enabled"
|
|||||||
name = "lang#sh"
|
name = "lang#sh"
|
||||||
|
|
||||||
[[custom_plugins]]
|
[[custom_plugins]]
|
||||||
name = "anned20/vimsence"
|
name = "rhysd/vim-grammarous"
|
||||||
|
|
||||||
[[custom_plugins]]
|
[[custom_plugins]]
|
||||||
name = "mtdl9/vim-log-highlighting"
|
name = "mtdl9/vim-log-highlighting"
|
||||||
|
@ -7,3 +7,5 @@ cd "$HOME"
|
|||||||
echo "Init submodules"
|
echo "Init submodules"
|
||||||
yadm submodule update --recursive --init
|
yadm submodule update --recursive --init
|
||||||
|
|
||||||
|
echo "Installing tmux package manager (tpm)"
|
||||||
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
|
2
.zshrc
2
.zshrc
@ -2,7 +2,7 @@
|
|||||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="/home/melon/.oh-my-zsh"
|
export ZSH="/home/rain/.oh-my-zsh"
|
||||||
|
|
||||||
# Set name of the theme to load --- if set to "random", it will
|
# Set name of the theme to load --- if set to "random", it will
|
||||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||||
|
Loading…
Reference in New Issue
Block a user