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

Joel Grunbaum
2021-12-23 229ff68261ef7de9cab42b6601d8aa25233bde14
Shift all configs to new install
1 files modified
19 files added
21 files renamed
56 ■■■■■ changed files
.gitmodules 4 ●●●● patch | view | raw | blame | history
all-shells/DICT 2 ●●●●● patch | view | raw | blame | history
all-shells/commonshell patch | view | raw | blame | history
arch/DICT 1 ●●●● patch | view | raw | blame | history
aspell/DICT 2 ●●●●● patch | view | raw | blame | history
aspell/aspell.en.prepl patch | view | raw | blame | history
aspell/aspell.en.pws 4 ●●● patch | view | raw | blame | history
bash/DICT 3 ●●●●● patch | view | raw | blame | history
bash/bashrc patch | view | raw | blame | history
emacs/DICT 5 ●●●●● patch | view | raw | blame | history
emacs/emacs.d @ 8b0d06 patch | view | raw | blame | history
emacs/emacs.service patch | view | raw | blame | history
emacs/emacsclient.desktop patch | view | raw | blame | history
fun/DICT 1 ●●●● patch | view | raw | blame | history
git/DICT 2 ●●●●● patch | view | raw | blame | history
git/gitconfig patch | view | raw | blame | history
libinput-gestures/DICT 2 ●●●●● patch | view | raw | blame | history
libinput-gestures/libinput-gestures.conf patch | view | raw | blame | history
mailcap/DICT 2 ●●●●● patch | view | raw | blame | history
mailcap/mailcap patch | view | raw | blame | history
mpd/DICT 2 ●●●●● patch | view | raw | blame | history
mpd/mpd.conf patch | view | raw | blame | history
ncmpcpp/DICT 2 ●●●●● patch | view | raw | blame | history
ncmpcpp/config patch | view | raw | blame | history
paru/DICT 2 ●●●●● patch | view | raw | blame | history
paru/paru.conf patch | view | raw | blame | history
reddit-wallpaper-fetcher/DICT 2 ●●●●● patch | view | raw | blame | history
reddit-wallpaper-fetcher/reddit-wallpaper-fetcher.conf patch | view | raw | blame | history
rtv/DICT 2 ●●●●● patch | view | raw | blame | history
rtv/rtv.cfg patch | view | raw | blame | history
shells/DICT 1 ●●●● patch | view | raw | blame | history
temp/DICT 8 ●●●●● patch | view | raw | blame | history
termux/DICT 2 ●●●●● patch | view | raw | blame | history
termux/termux-url-opener patch | view | raw | blame | history
termux/termux.properties patch | view | raw | blame | history
termux/ytdl-config patch | view | raw | blame | history
utils/DICT 1 ●●●● patch | view | raw | blame | history
zsh/DICT 6 ●●●●● patch | view | raw | blame | history
zsh/antigen @ 64de2d patch | view | raw | blame | history
zsh/p10k.zsh patch | view | raw | blame | history
zsh/zshrc patch | view | raw | blame | history
.gitmodules
@@ -1,6 +1,6 @@
[submodule "emacs/.emacs.d"]
    path = emacs/.emacs.d
    path = emacs/emacs.d
    url = https://github.com/Chizi123/.emacs.d.git
[submodule "zsh/.zsh/antigen"]
    path = zsh/.zsh/antigen
    path = zsh/antigen
    url = https://github.com/zsh-users/antigen.git
all-shells/DICT
New file
@@ -0,0 +1,2 @@
FILES="commonshell"
LOCATIONS="${HOME}/.commonshell"
all-shells/commonshell
arch/DICT
New file
@@ -0,0 +1 @@
DEPS="paru"
aspell/DICT
New file
@@ -0,0 +1,2 @@
FILES="aspell.en.prepl aspell.en.pws"
LOCATIONS=".aspell.en.prepl .aspell.en.pws"
aspell/aspell.en.prepl
aspell/aspell.en.pws
File was renamed from aspell/.aspell.en.pws
@@ -1,4 +1,4 @@
personal_ws-1.1 en 52
personal_ws-1.1 en 54
Adapter
DNS
FPGA
@@ -11,6 +11,8 @@
adapter
adapters
additivity
asymptote
asymptotes
bandpass
baseband
capacitive
bash/DICT
New file
@@ -0,0 +1,3 @@
DEPS="all-shells"
FILES="bashrc"
LOCATIONS="${HOME}/.bashrc"
bash/bashrc
emacs/DICT
New file
@@ -0,0 +1,5 @@
FILES="emacs.d emacs.service emacsclient.desktop"
LOCATIONS="${HOME}/.emacs.d ${HOME}/.config/systemd/user/emacs.service ${HOME}/.local/share/applications/emacsclient.desktop"
custom() {
     git submodule update --init
}
emacs/emacs.d
emacs/emacs.service
emacs/emacsclient.desktop
fun/DICT
New file
@@ -0,0 +1 @@
DEPS="libinput-gestures reddit-wallpaper-fetcher"
git/DICT
New file
@@ -0,0 +1,2 @@
FILES="gitconfig"
LOCATIONS="${HOME}/.gitconfig"
git/gitconfig
libinput-gestures/DICT
New file
@@ -0,0 +1,2 @@
FILES="libinput-gestures.conf"
LOCATIONS="${HOME}/.config/libinput-gestures.conf"
libinput-gestures/libinput-gestures.conf
mailcap/DICT
New file
@@ -0,0 +1,2 @@
FILES="mailcap"
LOCATIONS="${HOME}/.mailcap"
mailcap/mailcap
mpd/DICT
New file
@@ -0,0 +1,2 @@
FILES="mpd.conf"
LOCATIONS="${HOME}/.config/mpd/mpd.conf"
mpd/mpd.conf
ncmpcpp/DICT
New file
@@ -0,0 +1,2 @@
FILES="config"
LOCATIONS="${HOME}/.ncmpcpp/config"
ncmpcpp/config
paru/DICT
New file
@@ -0,0 +1,2 @@
FILES="paru.conf"
LOCATIONS="${HOME}/.config/paru/paru.conf"
paru/paru.conf
reddit-wallpaper-fetcher/DICT
New file
@@ -0,0 +1,2 @@
FILES="reddit-wallpaper-fetcher.conf"
LOCATIONS="${HOME}/.config/reddit-wallpaper-fetcher.conf"
reddit-wallpaper-fetcher/reddit-wallpaper-fetcher.conf
rtv/DICT
New file
@@ -0,0 +1,2 @@
DICT="rtv.cfg"
LOCATIONS="${HOME}/.config/rtv/rtv.cfg"
rtv/rtv.cfg
shells/DICT
New file
@@ -0,0 +1 @@
DEPS="bash zsh all-shells"
temp/DICT
New file
@@ -0,0 +1,8 @@
DEPS="t a b c"
FILES="aaa bbb"
LOCATIONS="${HOME}/aaa ${HOME}/temp/a/b/c/bbb"
# SUDO_FILES="ccc ddd"
# SUDO_LOCATIONS="${HOME}/ccc ${HOME}/ddd"
custom() {
     echo $1
}
termux/DICT
New file
@@ -0,0 +1,2 @@
DICT="termux-url-opener ytdl-config"
LOCATIONS="${HOME}/bin/termux-url-opener ${HOME}/.config/youtube-dl/config ${HOME}/.termux/termux.properties"
termux/termux-url-opener
termux/termux.properties
termux/ytdl-config
utils/DICT
New file
@@ -0,0 +1 @@
DEPS="emacs git aspell"
zsh/DICT
New file
@@ -0,0 +1,6 @@
DEPS="all-shells"
FILES="zshrc p10k.zsh antigen"
LOCATIONS="${HOME}/.zshrc ${HOME}/.zsh/p10k.zsh ${HOME}/.zsh/antigen"
custom() {
    git submodule update --init
}
zsh/antigen
zsh/p10k.zsh
zsh/zshrc