Skip to content
/ arche Public

🎬 Collection of dotfiles for my personal use.

License

Notifications You must be signed in to change notification settings

hrshtst/arche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arche

Arche is a collection of dotfiles for my personal use. Many ideas and implementations are incorporated and highly customized from Radon Rosborough's Radian.

Installation

Installation process is devided into three parts: installing prerequisite software, installing the configuration, and optionally installing the local configuration.

Installing prerequisite software

Ubuntu

  • Emacs:
    • Language Server
      • Bash: yarn global add bash-language-server
      • C/C++: apt install libclang-dev
      • Go: go install golang.org/x/tools/gopls@latest
      • HTML: yarn global add vscode-html-languageserver-bin
      • JavaScript: yarn global add typescript typescript-language-server
      • LaTeX: wget --directory-prefix ~/.local/bin https://raw.githubusercontent.com/astoff/digestif/master/scripts/digestif
      • Python: pipx install pyright

Installing configuration

Use symbolic links:

make link

Installing local configuration

Go to my private repository