manzyun / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:/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

About

My dotfiles


Languages

Language:Emacs Lisp 68.0%Language:Vim Script 32.0%