Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.3 KB

Gitpod Codespaces Replit:Emacs

GNU Emacs

wget -O ~/.emacs https://raw.githubusercontent.com/txgvnn/dots/master/.emacs

Just start and enjoy Emacs! You can customize more by creating ~/.emacs.d/personal.el

Optional

  • M-x develop-dot Diff new .emacs version
  • M-x develop-... ... development

Email with Gnus & smtpmail-multi

wget -O ~/.gnus https://raw.githubusercontent.com/txgvnn/dots/master/.gnus
wget -O ~/.authinfo https://raw.githubusercontent.com/txgvnn/dots/master/.authinfo

You have to customize the .gnus and .authinfo (default 2 accounts) with your credentials.

Setup .authinfo.gpg(by gnupg) instead of .authinfo if you want to protect your sensitive data.

Screen

wget -O ~/.screenrc https://raw.githubusercontent.com/txgvnn/dots/master/.screenrc

Bash

wget -O- https://raw.githubusercontent.com/txgvnn/dots/master/.bashrc >> ~/.bashrc