Skip to content

manzyun/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.github.com/junegunn/vim-plug/master/plug.vim

and run :PlugInstall on Vim.

Reference

Footnotes