Big update of everything, new machine
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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) &
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user