Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.97 KB

README.org

File metadata and controls

63 lines (43 loc) · 1.97 KB

My dotfiles

It’s my dotfiles. Not anymore.

Prerequisites

Emacs

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]

Fish Shell

Ubuntu
sudo apt install fish

And install shellder before installed fisher

Vim

Ubuntu
sudo apt install vim
Windows on scoop
scoop install vim

Expand My Dotfiles

.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.

Install

cd ~; git init
git remote add origin [email protected]:/manzyun/dotfiles.git
git pull origin main

WARNING: I’m not think conflict your dotfiles!

Post? Requisites

Post? You will complete this environment, Please done next sections after my dotfiles download and expanded.

Emacs

My Emacs environment dependent DOOM Emacs.

git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d; ~/.emacs.d/bin/doom install

Vim

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.

Reference

Footnotes