Aryadev Chavali fe2218e182 (*)~general fixes, small scale
(notmuch)+junk tag
(Shell)~sdkman so it uses the current username
2022-07-12 18:53:18 +01:00
2020-07-07 00:29:26 +01:00
2020-06-06 19:37:00 +01:00
2022-07-12 18:53:18 +01:00
2021-08-24 17:35:36 +01:00
2020-06-27 10:58:21 +01:00
2022-01-07 06:04:58 +00:00
2022-07-12 18:53:18 +01:00
2022-07-12 18:53:18 +01:00
2020-09-21 18:19:08 +01:00
2022-03-14 06:15:00 +00:00

Dotfiles

Introduction

My Dotfiles repository with configuration files for most of the applications I use on a daily basis.

Install

Clone this into the ~/Dotfiles directory. Install Emacs. Win.

Installing Emacs

I like a specific set of flags on my Emacs install. Prepackaged installs just won't cut it. Hence we're going to clone emacs-27 from GNU then compile it. Just run the following part:

cd .local/src/emacs;
curl -LO http://ftp.gnu.org/gnu/emacs/emacs-27.2.tar.gz
tar -xvf emacs-27.2.tar.gz .
./configure --with-xwidgets -with-threads --with-harfbuzz --with-jpeg --with-json --with-modules;
make;
sudo make install;

Currently used modules

  • XServer
  • vim
  • Shell
  • SystemD
  • Emacs
  • Mail
  • mailcap
  • Neovim
  • ClangFormat
Description
No description provided
Readme MIT 3.8 MiB
Languages
Emacs Lisp 74%
Shell 10.1%
YASnippet 8.5%
Python 5.9%
Lua 1.5%