mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2021-10-05 77bcf98c5641412f640de937294ab94b0b0522ad
Merge branch 'master' of https://github.com/Chizi123/dotfiles
5 files modified
3 files added
92 ■■■■■ changed files
Makefile 9 ●●●● patch | view | raw | blame | history
all-shells/.commonshell 4 ●●●● patch | view | raw | blame | history
aspell/.aspell.en.pws 14 ●●●●● patch | view | raw | blame | history
emacs/.config/systemd/user/emacs.service 15 ●●●●● patch | view | raw | blame | history
emacs/.emacs.d @ e8a4cb 2 ●●● patch | view | raw | blame | history
emacs/.local/share/applications/emacsclient.desktop 11 ●●●●● patch | view | raw | blame | history
paru/.config/paru/paru.conf 35 ●●●●● patch | view | raw | blame | history
reddit-wallpaper-fetcher/.config/reddit-wallpaper-fetcher.conf 2 ●●● patch | view | raw | blame | history
Makefile
@@ -21,8 +21,9 @@
UTILS = emacs git aspell
FUN = mpd ncmpcpp mailcap rtv
DESKTOP = libinput-gestures reddit-wallpaper-fetcher
ARCH = paru
CONFIGS = $(SHELLS) $(UTILS) $(FUN) $(DESKTOP)
CONFIGS = $(SHELLS) $(UTILS) $(FUN) $(DESKTOP) $(ARCH)
all: help
@@ -71,6 +72,12 @@
.PHONY: desktop-uninstall
desktop-uninstall: $(DESKTOP:=-del)
.PHONY: arch
arch: $(ARCH)
.PHONY: arch-uninstall
arch-uninstall: $(ARCH:=-del)
.PHONY: $(INSTALL_TARGETS)
$(INSTALL_TARGETS): $(CONFIGS)
all-shells/.commonshell
@@ -30,3 +30,7 @@
export PATH=$PATH:~/.local/bin
[ -r /usr/bin/ruby ] && PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
[ -d ~/.cargo ] && PATH="$PATH:$HOME/.cargo/bin"
# Update dotfiles
(git -C ~/.dotfiles pull &) &>/dev/null
[ -d ~/.emacs.d ] && (git -C ~/.emacs.d pull &) &>/dev/null
aspell/.aspell.en.pws
@@ -1,32 +1,44 @@
personal_ws-1.1 en 40
personal_ws-1.1 en 52
Adapter
DNS
FPGA
GPIO
Grunbaum
Nyquist
SODIMM
abortifacient
achiral
adapter
adapters
additivity
bandpass
baseband
capacitive
chiral
conductivities
config
diagonalizable
dotfiles
electromechanical
exponentials
fortifiable
highpass
impedances
inductor
inductor's
inductors
invariance
invertible
iteratively
jacobian
journaling
linearised
lowpass
makefile
math
optimality
orthonormal
phasor
polymorphically
polymorphism
preconfigured
emacs/.config/systemd/user/emacs.service
New file
@@ -0,0 +1,15 @@
[Unit]
Description=Emacs text editor
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
[Service]
Type=notify
ExecStart=/usr/bin/emacs --fg-daemon
ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
# The location of the SSH auth socket varies by distribution, and some
# set it from PAM, so don't override by default.
# Environment=SSH_AUTH_SOCK=%t/keyring/ssh
Restart=on-failure
[Install]
WantedBy=default.target
emacs/.emacs.d
@@ -1 +1 @@
Subproject commit 27d33bcdb6196199cee3334a9e8e440b5f3ed996
Subproject commit e8a4cbe0d290f4432f76568dbaccac6805920008
emacs/.local/share/applications/emacsclient.desktop
New file
@@ -0,0 +1,11 @@
[Desktop Entry]
Name=Emacs (Client)
GenericName=Text Editor
Comment=Edit text
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
Exec=emacsclient -c -a "emacs" %F
Icon=emacs
Type=Application
Terminal=false
Categories=Development;TextEditor;Utility;
StartupWMClass=Emacs
paru/.config/paru/paru.conf
New file
@@ -0,0 +1,35 @@
#
# $PARU_CONF
# /etc/paru.conf
# ~/.config/paru/paru.conf
#
# See the paru.conf(5) manpage for options
#
# GENERAL OPTIONS
#
[options]
PgpFetch
Devel
Provides
DevelSuffixes = -git -cvs -svn -bzr -darcs -always
BottomUp
#RemoveMake
#SudoLoop
#UseAsk
#CombinedUpgrade
#CleanAfter
#UpgradeMenu
#NewsOnUpgrade
#LocalRepo
#Chroot
#MovePkgs
#
# Binary OPTIONS
#
#[bin]
#FileManager = vifm
#MFlags = --skippgpcheck
#Sudo = doas
reddit-wallpaper-fetcher/.config/reddit-wallpaper-fetcher.conf
@@ -1,5 +1,5 @@
#List of subreddits to check
SUBREDDITS=("EarthPorn" "CityPorn" "SpacePorn" "Wallpapers")
SUBREDDITS=("EarthPorn" "CityPorn" "SpacePorn" "Wallpapers" "CarPorn" "ArchitecturePorn" "Wallpaper")
#What sort fetch list by, will choose the latest
SORT=new
#User-agent, shouldn't have to change