dots

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

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