hrshtst / arche

:clapper: Collection of dotfiles for my personal use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:clapper: Collection of dotfiles for my personal use.

License:MIT License


Languages

Language:Emacs Lisp 60.4%Language:Shell 29.0%Language:YASnippet 3.2%Language:CSS 3.1%Language:Roff 2.8%Language:Vim Script 1.2%Language:Python 0.1%Language:Makefile 0.1%Language:Vim Snippet 0.0%