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

Joel Grunbaum
2021-08-14 86a29e30b39f93dcfb9b6cf41933b441f6b9aef5
Merge branch 'master' of github.com:Chizi123/Dotfiles
4 files modified
2 files added
68 ■■■■■ changed files
Makefile 9 ●●●● patch | view | raw | blame | history
all-shells/.commonshell 6 ●●●●● patch | view | raw | blame | history
aspell/.aspell.en.pws 5 ●●●● 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,9 @@
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"
# wsl display settings
if [ -n "$(uname -a | grep -i 'microsoft')" ]; then
    export DISPLAY=$(ip route | awk '{print $3; exit}'):0
    export LIBGL_ALWAYS_INDIRECT=1
fi
aspell/.aspell.en.pws
@@ -1,9 +1,10 @@
personal_ws-1.1 en 48
personal_ws-1.1 en 51
Adapter
DNS
FPGA
GPIO
Grunbaum
Nyquist
SODIMM
abortifacient
achiral
@@ -11,12 +12,14 @@
adapters
bandpass
baseband
additivity
chiral
conductivities
config
diagonalizable
dotfiles
exponentials
electromechanical
fortifiable
highpass
impedances
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" "Wallpaper")
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