Skip to content

TxGVNN/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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