aboutsummaryrefslogtreecommitdiff
path: root/README.org
blob: 5222811f7040fff7fd387a15befcda2deb84e4a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#+TITLE: Dotfiles
#+AUTHOR: Oreodave
#+DESCRIPTION: README for 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.  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;
git clone git@git.aryadevchavali.com:/oreodave/emacs.git;
cd emacs;
sh personal-install;
#+end_src
** Currently used packages
- XServer
- vim
- Shell
- SystemD
- Emacs
- Mail
- Neovim
- ClangFormat