mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-16 00:51:35 +09:00
script : nvim
This commit is contained in:
@ -21,14 +21,11 @@ git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.oh-my-zsh/cust
|
|||||||
mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc
|
mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc
|
||||||
|
|
||||||
# fish
|
# fish
|
||||||
paru -S fish starship autin bat --noconfirm
|
paru -S fish starship bat --noconfirm
|
||||||
|
|
||||||
|
|
||||||
# neovim
|
# neovim
|
||||||
paru -S neovim --noconfirm
|
paru -S neovim nvim-lazy --noconfirm
|
||||||
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
|
|
||||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
|
||||||
nvim +PlugInstall +q +q
|
|
||||||
|
|
||||||
# git config
|
# git config
|
||||||
git config --global user.name "JaeYoo-Im"
|
git config --global user.name "JaeYoo-Im"
|
||||||
|
|||||||
Reference in New Issue
Block a user