-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(dwm/roles/pkg): add useful rust pkgs for core task resort already present to highlight them * feat(fish): use `starship` and `zoxide` [starship](https://starship.rs/) is automatically bootstrapped, no more need all boilerplate around fish prompt, all can be configured using a simple toml file [zoxide](https://github.com/ajeetdsouza/zoxide) acts exactly as zjump fisher plugin but faster an better, remember to import data from zjump db * feat(ranger): s/zoxide/zjump * feat(fish/aliases): add useful aliases to use by default newly installed rust pkgs * feat(sb-cpu): s/htop/btop * feat(README): add changelog after rustify * feat(pavucontrol-qt): s/pulsemixer/pavucontrol-qt pulsemixer unmaintained, so switching temporally to graphical fronted, waiting for new tui (maybe in rust :slurp:) * chore(git/config): change email address with an alias * fix(fish/functions/): use fd in mount/umount instead ls otherwise after aliases ls=exa errors arise * fix(ranger): change zoxide interactive jump keymap * feat(fish/aliases): add tree and tree -a aliases using `exa --tree` * feat(fish): pin commit hash for fisher plugins bump PatrickF1/fzf.fish to v9.8 * feat(dwm/roles/pkg): add `just` command runner * feat(dwm/roles/pkg): add `kubectl` and `helm` pkgs yeah no rust here * feat(fish/aliases): add `kubectl` alias * chore(fish/fisher): bump `PatrickF1/fzf.fish` to v9.9 sha * chore(fish/fisher): bump fisher deps * `PatrickF1/fzf.fish` to v10.0 * `jorgebucaran/fisher` to 4.4.4 since v10.0 is possible to configure custom pager via `fzf_diff_highlighter`: use `delta` * feat(dwm/roles)!: remove `ctags` install automation no more used inside `nvim` lua config so useless * fix(dwm): ansible-lint var-naming[no-role-prefix] wish no error committed :/ * chore(lint.yml): pip inside venv and fix shellcheck warnings
- Loading branch information
Showing
42 changed files
with
305 additions
and
997 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
--- | ||
# vars/main.yml | ||
|
||
forked_gits: | ||
- origin: https://github.com/andros21/dwm-luke | ||
remote: https://github.com/lukesmithxyz/dwm | ||
- origin: https://github.com/andros21/dwmblocks-luke | ||
remote: https://github.com/lukesmithxyz/dwmblocks | ||
- origin: https://github.com/andros21/slock | ||
remote: https://git.suckless.org/slock | ||
build_forked_gits: | ||
- origin: https://github.com/andros21/dwm-luke | ||
remote: https://github.com/lukesmithxyz/dwm | ||
- origin: https://github.com/andros21/dwmblocks-luke | ||
remote: https://github.com/lukesmithxyz/dwmblocks | ||
- origin: https://github.com/andros21/slock | ||
remote: https://git.suckless.org/slock | ||
|
||
cloned_gits_make: | ||
- https://github.com/andros21/ytdl-mpv | ||
- https://github.com/carnager/rofi-pass | ||
- https://github.com/carnager/teiler | ||
cloned_gits_meson: | ||
ctags_git: https://github.com/universal-ctags/ctags | ||
distrobox_git: https://github.com/89luca89/distrobox | ||
build_cloned_gits_make: | ||
- https://github.com/andros21/ytdl-mpv | ||
- https://github.com/carnager/rofi-pass | ||
- https://github.com/carnager/teiler | ||
build_cloned_gits_meson: | ||
build_distrobox_git: https://github.com/89luca89/distrobox | ||
|
||
ranger_gits: | ||
- https://github.com/alexanderjeurissen/ranger_devicons | ||
build_ranger_gits: | ||
- https://github.com/alexanderjeurissen/ranger_devicons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
# vars/alpine.yml | ||
|
||
rc_services: | ||
conf_rc_services: | ||
- cgroups | ||
- dbus | ||
- dhcpcd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
# vars/fedora.yml | ||
|
||
xorg_conf: | ||
conf_xorg: | ||
src: '{{ ansible_user_dir }}/.dotfiles/Xorg/xsessions/dwm-xorg.desktop.j2' | ||
dest: '/usr/local/share/xsessions/dwm-xorg.desktop' | ||
|
||
dwm_path: '{{ ansible_user_dir }}/.local/bin/dwm' | ||
conf_dwm_path: '{{ ansible_user_dir }}/.local/bin/dwm' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.