It’s my dotfiles. Not anymore.
- Ubuntu
sudo apt install emacs nodejs # because, nodejs is working LSP
- Windows with scoop
scoop install emacs # because, nodejs is working LSP
[fn:emacs-windows]
- Ubuntu
sudo apt install fish
And install shellder before installed fisher
- Ubuntu
sudo apt install vim
- Windows on scoop
scoop install vim
.doom.d
directory include files- Your
.doom.d
directory. .config/fish
directory include files- Your config about fish directory.
.*
s- Maybe, just your home directory root.
cd ~; git init
git remote add origin git@github.com:/manzyun/dotfiles.git
git pull origin main
WARNING: I’m not think conflict your dotfiles!
Post? You will complete this environment, Please done next sections after my dotfiles download and expanded.
My Emacs environment dependent DOOM Emacs.
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d; ~/.emacs.d/bin/doom install
My Vim environment dependent Vim plug.
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
and run :PlugInstall
on Vim.
- [fn:emacs-windows] Any installing tips in .doom.d/README.org