diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-08-17 18:54:14 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-08-17 18:54:14 +0100 |
commit | 927a4f96b30da9ad5c6b178d840fa1acecf72024 (patch) | |
tree | 3e5d14e1a5458061c9694521f43664b9e3162dc7 | |
parent | fdeec1f2334876264cb773fe87050a29e0c489af (diff) | |
download | dotfiles-927a4f96b30da9ad5c6b178d840fa1acecf72024.tar.gz dotfiles-927a4f96b30da9ad5c6b178d840fa1acecf72024.tar.bz2 dotfiles-927a4f96b30da9ad5c6b178d840fa1acecf72024.zip |
Big update of everything, new machine
-rw-r--r-- | Emacs/.config/emacs/.local/gamegrid-user-score/tetris-scores | 2 | ||||
-rw-r--r-- | Emacs/.config/emacs/config.org | 3 | ||||
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-solarized-theme.el | 3 | ||||
-rw-r--r-- | README.org | 5 | ||||
-rw-r--r-- | XServer/.xinitrc | 2 | ||||
-rw-r--r-- | aspell/.aspell.en.pws | 3 |
6 files changed, 11 insertions, 7 deletions
diff --git a/Emacs/.config/emacs/.local/gamegrid-user-score/tetris-scores b/Emacs/.config/emacs/.local/gamegrid-user-score/tetris-scores index 06cdbcb..f5de3b0 100644 --- a/Emacs/.config/emacs/.local/gamegrid-user-score/tetris-scores +++ b/Emacs/.config/emacs/.local/gamegrid-user-score/tetris-scores @@ -1,10 +1,12 @@ 00281 Thu Jul 13 03:07:51 2023 Aryadev Chavali <aryadev@aryadevchavali.com> +00267 Fri Aug 16 10:54:52 2024 Aryadev Chavali <aryadev@aryadevchavali.com> 00253 Fri Dec 2 14:00:06 2022 Aryadev Chavali <aryadev@aryadevchavali.com> 00243 Wed Mar 15 09:25:03 2023 Aryadev Chavali <aryadev@aryadevchavali.com> 00210 Thu Dec 29 14:43:23 2022 Aryadev Chavali <aryadev@aryadevchavali.com> 00204 Wed Dec 28 14:50:42 2022 Aryadev Chavali <aryadev@aryadevchavali.com> 00187 Thu Jan 12 01:30:09 2023 Aryadev Chavali <aryadev@aryadevchavali.com> 00172 Mon Jan 9 12:59:13 2023 Aryadev Chavali <aryadev@aryadevchavali.com> +00166 Fri Aug 16 11:05:23 2024 Aryadev Chavali <aryadev@aryadevchavali.com> 00166 Mon May 6 02:40:23 2024 Aryadev Chavali <aryadev@aryadevchavali.com> 00114 Fri Jul 21 11:58:31 2023 Aryadev Chavali <aryadev@aryadevchavali.com> 00096 Sat Dec 3 16:21:40 2022 Aryadev Chavali <aryadev@aryadevchavali.com> diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 05c9022..713a310 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -417,7 +417,7 @@ to provide arrows. So I use the default-minimal fringe style (exactly #+begin_src emacs-lisp (use-package fringe - :defer t + :demand t :config (set-fringe-style (cons 1 1))) #+end_src @@ -1824,6 +1824,7 @@ them. :init (setq eshell-cmpl-ignore-case t eshell-cd-on-directory t + eshell-cd-shows-directory nil eshell-highlight-prompt nil) (add-hook 'eshell-mode-hook diff --git a/Emacs/.config/emacs/elisp/personal-solarized-theme.el b/Emacs/.config/emacs/elisp/personal-solarized-theme.el index 49a15d6..de77344 100644 --- a/Emacs/.config/emacs/elisp/personal-solarized-theme.el +++ b/Emacs/.config/emacs/elisp/personal-solarized-theme.el @@ -113,7 +113,6 @@ '(tab-bar-tab-inactive ((t (:background "grey13" :foreground "DimGrey")))) '(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch))))) '(trailing-whitespace ((t (:background "red1")))) - '(variable-pitch ((((type w32)) (:foundry "outline" :family "Arial")) (t (:family "Sans Serif")))) '(whitespace-line ((t (:background "black" :foreground "violet")))) '(whitespace-space ((t (:background "#0a0a0a" :foreground "black")))) '(whitespace-tab ((t (:background "grey5" :foreground "grey20")))) @@ -121,7 +120,7 @@ `(font-lock-function-name-face ((t (:box nil :foreground ,personal-solarized-name-colour)))) `(font-lock-preprocessor-face ((t (:foreground ,personal-solarized-name-colour)))) `(font-lock-variable-name-face ((t (:foreground ,personal-solarized-name-colour)))) - '(default ((t (:family "Hack" :foundry "ADBO" :width normal + '(default ((t (:family "RecMonoDuotone Nerd Font Propo" :foundry "ADBO" :width normal :weight normal :slant normal :underline nil :overline nil :extend nil :strike-through nil :box nil :inverse-video nil :foreground "#b6b6b6" :background "black" :stipple nil :inherit nil))))) @@ -18,6 +18,7 @@ I use daily. + =~/Code= + =~/Media= + =~/Projects= + + =~/Text= 3) Install [[https://www.gnu.org/software/stow/][GNU/stow]] 4) Go into the repository then pick which modules you want to install + To install a module use ~stow <module>~ @@ -25,8 +26,8 @@ I use daily. *NOTE*: GNU/Stow just symbolically links the internals of a module to the home directory i.e. ~stow <module>~ just symlinks -=~/Dotfiles/<module>/*= to =~/=. This is why the organisation of each -module is slightly weird. +=~/Dotfiles/<module>/*= to =~/*=. This is why the organisation of +each module is slightly weird. This also means you don't need to follow step (3): you can just perform the symlinks yourself if you wish. diff --git a/XServer/.xinitrc b/XServer/.xinitrc index 10ab4f8..095bf56 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -8,7 +8,7 @@ xset s 1800; xrandr --auto --output eDP1 --right-of HDMI1; xrandr --auto --output HDMI1 --primary; -xrandr --auto --output DP1 --right-of VGA1 --mode 1280x1024; +xrandr --auto --output DP1 --left-of VGA1 --mode 1280x1024; xrandr --auto --output VGA1 --primary --mode 1920x1080; $(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & diff --git a/aspell/.aspell.en.pws b/aspell/.aspell.en.pws index ab553db..0db1162 100644 --- a/aspell/.aspell.en.pws +++ b/aspell/.aspell.en.pws @@ -1,4 +1,4 @@ -personal_ws-1.1 en 150 +personal_ws-1.1 en 151 Architecting Aryadev Automorphism @@ -65,6 +65,7 @@ coset cosets cryptographic cryptographically +customisable deallocated decompositions defenestrate |