Skip to content

Commit

Permalink
Update carch
Browse files Browse the repository at this point in the history
Co-Authored-By: Smriti Bhandari <[email protected]>
Co-Authored-By: aayush <[email protected]>
  • Loading branch information
3 people committed Feb 2, 2025
1 parent fbe450a commit d71ae1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carch
Submodule carch updated 83 files
+10 βˆ’0 .github/dependabot.yml
+54 βˆ’0 .github/workflows/rust-build.yml
+44 βˆ’0 .github/workflows/rust-check.yml
+42 βˆ’0 .github/workflows/shell-check.yml
+15 βˆ’0 .github/workflows/typos.yml
+1 βˆ’1 .github/workflows/zip.yml
+1 βˆ’0 .gitignore
+1 βˆ’0 .shellcheckrc
+47 βˆ’2 CHANGELOG.md
+1,375 βˆ’0 Cargo.lock
+18 βˆ’0 Cargo.toml
+10 βˆ’3 README.md
+7 βˆ’0 _typos.toml
+25 βˆ’16 build/carch
+ βˆ’ build/carch-tui
+1 βˆ’1 completions/bash/carch
+3 βˆ’3 completions/fish/carch.fish
+4 βˆ’4 completions/zsh/_carch
+7 βˆ’0 config/carch.toml
+16 βˆ’0 core/Cargo.toml
+59 βˆ’0 core/src/config.rs
+292 βˆ’0 core/src/inner.rs
+47 βˆ’0 core/src/lib.rs
+51 βˆ’0 core/tabs/applications-setup/alacritty.sh
+64 βˆ’0 core/tabs/applications-setup/android.sh
+122 βˆ’0 core/tabs/applications-setup/browsers.sh
+92 βˆ’0 core/tabs/applications-setup/communication.sh
+77 βˆ’0 core/tabs/applications-setup/dev.sh
+127 βˆ’0 core/tabs/applications-setup/dwm.sh
+45 βˆ’0 core/tabs/applications-setup/editing.sh
+48 βˆ’0 core/tabs/applications-setup/fastfetch.sh
+78 βˆ’0 core/tabs/applications-setup/filemanager.sh
+105 βˆ’0 core/tabs/applications-setup/hyprland.sh
+202 βˆ’0 core/tabs/applications-setup/i3wm.sh
+53 βˆ’0 core/tabs/applications-setup/kitty.sh
+74 βˆ’0 core/tabs/applications-setup/lts-kernel.sh
+64 βˆ’0 core/tabs/applications-setup/multimedia.sh
+107 βˆ’0 core/tabs/applications-setup/music.sh
+79 βˆ’0 core/tabs/applications-setup/neovim.sh
+88 βˆ’0 core/tabs/applications-setup/picom.sh
+65 βˆ’0 core/tabs/applications-setup/recording.sh
+55 βˆ’0 core/tabs/applications-setup/rofi.sh
+73 βˆ’0 core/tabs/applications-setup/swaywm.sh
+154 βˆ’0 core/tabs/applications-setup/tab_data.toml
+210 βˆ’0 core/tabs/applications-setup/terminal.sh
+98 βˆ’0 core/tabs/applications-setup/texteditor.sh
+56 βˆ’0 core/tabs/applications-setup/thunar.sh
+83 βˆ’0 core/tabs/applications-setup/tmux.sh
+66 βˆ’0 core/tabs/system-setup/aur.sh
+118 βˆ’0 core/tabs/system-setup/fonts.sh
+55 βˆ’0 core/tabs/system-setup/grub.sh
+99 βˆ’0 core/tabs/system-setup/sddm.sh
+39 βˆ’0 core/tabs/system-setup/tab_data.toml
+85 βˆ’0 core/tabs/system-setup/themes-icons.sh
+39 βˆ’0 core/tabs/system-setup/wallpapers.sh
+4 βˆ’0 core/tabs/tabs.toml
+0 βˆ’226 gtk/carch-gtk.py
+0 βˆ’2 install/run.sh
+5 βˆ’5 install/setup.sh
+73 βˆ’0 install/tui.sh
+9 βˆ’9 man/carch.1
+4 βˆ’3 scripts/Fonts.sh
+3 βˆ’0 scripts/Kitty.sh
+0 βˆ’0 scripts/LTS-Kernel.sh
+6 βˆ’10 scripts/Packages.sh
+5 βˆ’0 scripts/Sddm.sh
+88 βˆ’0 scripts/Tmux.sh
+ βˆ’ source/carch.png
+ βˆ’ source/carch.webp
+ βˆ’ source/zip/scripts.zip
+33 βˆ’0 tui/Cargo.toml
+239 βˆ’0 tui/cool_tips.txt
+147 βˆ’0 tui/src/confirmation.rs
+245 βˆ’0 tui/src/filter.rs
+76 βˆ’0 tui/src/float.rs
+240 βˆ’0 tui/src/floating_text.rs
+80 βˆ’0 tui/src/hint.rs
+108 βˆ’0 tui/src/main.rs
+17 βˆ’0 tui/src/root.rs
+358 βˆ’0 tui/src/running_command.rs
+868 βˆ’0 tui/src/state.rs
+121 βˆ’0 tui/src/theme.rs
+13 βˆ’0 tui/src/tips.rs

0 comments on commit d71ae1d

Please sign in to comment.