diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-07-28 18:26:47 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-07-28 18:26:47 +0100 |
commit | 0634886d28d7f7b3f065a37878d45c5e89ede9e9 (patch) | |
tree | 5c33743de7ac8d928a21cfbfeea57900c87c619a | |
parent | b5945ec68a32ff79a580ea5967d13e179bf8aeb7 (diff) | |
download | dotfiles-0634886d28d7f7b3f065a37878d45c5e89ede9e9.tar.gz dotfiles-0634886d28d7f7b3f065a37878d45c5e89ede9e9.tar.bz2 dotfiles-0634886d28d7f7b3f065a37878d45c5e89ede9e9.zip |
(README)~update README
-rw-r--r-- | README.org | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -10,25 +10,21 @@ 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: +installs just won't cut it. Therefore, to make it leverage more of +the system I've created, we're going to use my build of Emacs. #+begin_src sh -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; +cd ~/.local/src; +git clone git@git.aryadevchavali.com:/oreodave/emacs.git; +cd emacs; +sh personal-install; #+end_src - -** Currently used modules +** Currently used packages - XServer - vim - Shell - SystemD - Emacs - Mail -- mailcap - Neovim - ClangFormat |