├── src ├── airootfs │ ├── etc │ │ ├── hostname │ │ ├── locale.conf │ │ ├── skel │ │ │ ├── .oh-my-zsh │ │ │ │ ├── cache │ │ │ │ │ ├── .gitkeep │ │ │ │ │ ├── docker_hide_legacy_commands │ │ │ │ │ └── grep-alias │ │ │ │ ├── log │ │ │ │ │ └── .gitkeep │ │ │ │ ├── plugins │ │ │ │ │ ├── fabric │ │ │ │ │ │ ├── fabric.plugin.zsh │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── golang │ │ │ │ │ │ └── templates │ │ │ │ │ │ │ └── search.txt │ │ │ │ │ ├── colemak │ │ │ │ │ │ ├── .gitignore │ │ │ │ │ │ └── colemak-less │ │ │ │ │ ├── glassfish │ │ │ │ │ │ └── glassfish.plugin.zsh │ │ │ │ │ ├── aliases │ │ │ │ │ │ └── .gitignore │ │ │ │ │ ├── chucknorris │ │ │ │ │ │ └── .gitignore │ │ │ │ │ ├── hitchhiker │ │ │ │ │ │ └── .gitignore │ │ │ │ │ ├── tmux │ │ │ │ │ │ ├── tmux.only.conf │ │ │ │ │ │ └── tmux.extra.conf │ │ │ │ │ ├── geeknote │ │ │ │ │ │ └── geeknote.plugin.zsh │ │ │ │ │ ├── pylint │ │ │ │ │ │ └── pylint.plugin.zsh │ │ │ │ │ ├── per-directory-history │ │ │ │ │ │ └── per-directory-history.plugin.zsh │ │ │ │ │ ├── shell-proxy │ │ │ │ │ │ └── .editorconfig │ │ │ │ │ ├── genpass │ │ │ │ │ │ └── genpass.plugin.zsh │ │ │ │ │ ├── z │ │ │ │ │ │ ├── Makefile │ │ │ │ │ │ └── z.plugin.zsh │ │ │ │ │ ├── mosh │ │ │ │ │ │ ├── mosh.plugin.zsh │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── kops │ │ │ │ │ │ └── kops.plugin.zsh │ │ │ │ │ ├── thor │ │ │ │ │ │ ├── _thor │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── tig │ │ │ │ │ │ └── tig.plugin.zsh │ │ │ │ │ ├── history │ │ │ │ │ │ └── history.plugin.zsh │ │ │ │ │ ├── powder │ │ │ │ │ │ ├── _powder │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── ant │ │ │ │ │ │ └── ant.plugin.zsh │ │ │ │ │ ├── wakeonlan │ │ │ │ │ │ └── _wake │ │ │ │ │ ├── catimg │ │ │ │ │ │ └── colors.png │ │ │ │ │ ├── kubectx │ │ │ │ │ │ ├── prod.png │ │ │ │ │ │ └── stage.png │ │ │ │ │ ├── istioctl │ │ │ │ │ │ └── istioctl.plugin.zsh │ │ │ │ │ ├── svcat │ │ │ │ │ │ ├── svcat.plugin.zsh │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── toolbox │ │ │ │ │ │ └── toolbox.plugin.zsh │ │ │ │ │ ├── cp │ │ │ │ │ │ └── cp.plugin.zsh │ │ │ │ │ ├── invoke │ │ │ │ │ │ ├── invoke.plugin.zsh │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── kate │ │ │ │ │ │ └── kate.plugin.zsh │ │ │ │ │ ├── jruby │ │ │ │ │ │ └── jruby.plugin.zsh │ │ │ │ │ ├── mongocli │ │ │ │ │ │ └── mongocli.plugin.zsh │ │ │ │ │ ├── stack │ │ │ │ │ │ ├── stack.plugin.zsh │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── operator-sdk │ │ │ │ │ │ └── operator-sdk.plugin.zsh │ │ │ │ │ ├── pm2 │ │ │ │ │ │ └── pm2.plugin.zsh │ │ │ │ │ ├── tmuxinator │ │ │ │ │ │ └── tmuxinator.plugin.zsh │ │ │ │ │ ├── gem │ │ │ │ │ │ └── gem.plugin.zsh │ │ │ │ │ ├── samtools │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── zsh-navigation-tools │ │ │ │ │ │ ├── doc │ │ │ │ │ │ │ └── img │ │ │ │ │ │ │ │ └── n-history2.png │ │ │ │ │ │ ├── znt-cd-widget │ │ │ │ │ │ └── znt-kill-widget │ │ │ │ │ ├── nanoc │ │ │ │ │ │ └── nanoc.plugin.zsh │ │ │ │ │ ├── please │ │ │ │ │ │ └── please.plugin.zsh │ │ │ │ │ ├── fbterm │ │ │ │ │ │ ├── fbterm.plugin.zsh │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── salt │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── copyfile │ │ │ │ │ │ └── copyfile.plugin.zsh │ │ │ │ │ ├── bedtools │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── yii2 │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── zoxide │ │ │ │ │ │ └── zoxide.plugin.zsh │ │ │ │ │ ├── fig │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── gatsby │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── kn │ │ │ │ │ │ └── kn.plugin.zsh │ │ │ │ │ ├── oc │ │ │ │ │ │ └── oc.plugin.zsh │ │ │ │ │ ├── jake-node │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── symfony │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── celery │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── universalarchive │ │ │ │ │ │ └── _universalarchive │ │ │ │ │ ├── 1password │ │ │ │ │ │ └── 1password.plugin.zsh │ │ │ │ │ ├── doctl │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ └── doctl.plugin.zsh │ │ │ │ │ ├── rsync │ │ │ │ │ │ └── rsync.plugin.zsh │ │ │ │ │ ├── taskwarrior │ │ │ │ │ │ └── taskwarrior.plugin.zsh │ │ │ │ │ ├── helm │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── kitchen │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── phing │ │ │ │ │ │ ├── phing.plugin.zsh │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── adb │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── charm │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── homestead │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── minikube │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── rebar │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── vagrant-prompt │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── fd │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── fnm │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── lein │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── ros │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── heroku │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── lxd │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── volta │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── compleat │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── isodate │ │ │ │ │ │ └── isodate.plugin.zsh │ │ │ │ │ ├── ng │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── fossil │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── gpg-agent │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── node │ │ │ │ │ │ └── node.plugin.zsh │ │ │ │ │ ├── codeclimate │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── gas │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── fancy-ctrl-z │ │ │ │ │ │ └── fancy-ctrl-z.plugin.zsh │ │ │ │ │ ├── cpanm │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── multipass │ │ │ │ │ │ └── multipass.plugin.zsh │ │ │ │ │ ├── ripgrep │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── gulp │ │ │ │ │ │ └── README.md │ │ │ │ │ ├── pod │ │ │ │ │ │ └── README.md │ │ │ │ │ └── screen │ │ │ │ │ │ └── README.md │ │ │ │ ├── themes │ │ │ │ │ ├── macovsky-ruby.zsh-theme │ │ │ │ │ ├── evan.zsh-theme │ │ │ │ │ ├── imajes.zsh-theme │ │ │ │ │ ├── lambda.zsh-theme │ │ │ │ │ ├── jtriley.zsh-theme │ │ │ │ │ ├── sammy.zsh-theme │ │ │ │ │ ├── cypher.zsh-theme │ │ │ │ │ ├── mgutz.zsh-theme │ │ │ │ │ ├── geoffgarside.zsh-theme │ │ │ │ │ ├── nanotech.zsh-theme │ │ │ │ │ ├── rgm.zsh-theme │ │ │ │ │ └── simple.zsh-theme │ │ │ │ ├── custom │ │ │ │ │ ├── plugins │ │ │ │ │ │ ├── zsh-autosuggestions │ │ │ │ │ │ │ ├── VERSION │ │ │ │ │ │ │ ├── .ruby-version │ │ │ │ │ │ │ ├── URL │ │ │ │ │ │ │ ├── DESCRIPTION │ │ │ │ │ │ │ ├── .rspec │ │ │ │ │ │ │ ├── zsh-autosuggestions.plugin.zsh │ │ │ │ │ │ │ ├── Gemfile │ │ │ │ │ │ │ └── spec │ │ │ │ │ │ │ │ ├── multi_line_spec.rb │ │ │ │ │ │ │ │ └── options │ │ │ │ │ │ │ │ ├── highlight_style_spec.rb │ │ │ │ │ │ │ │ └── original_widget_prefix_spec.rb │ │ │ │ │ │ ├── zsh-syntax-highlighting │ │ │ │ │ │ │ ├── .version │ │ │ │ │ │ │ ├── .gitattributes │ │ │ │ │ │ │ ├── .gitignore │ │ │ │ │ │ │ ├── .revision-hash │ │ │ │ │ │ │ ├── highlighters │ │ │ │ │ │ │ │ ├── line │ │ │ │ │ │ │ │ │ └── README.md │ │ │ │ │ │ │ │ ├── main │ │ │ │ │ │ │ │ │ └── README.md │ │ │ │ │ │ │ │ ├── root │ │ │ │ │ │ │ │ │ └── README.md │ │ │ │ │ │ │ │ ├── brackets │ │ │ │ │ │ │ │ │ └── README.md │ │ │ │ │ │ │ │ ├── cursor │ │ │ │ │ │ │ │ │ └── README.md │ │ │ │ │ │ │ │ ├── pattern │ │ │ │ │ │ │ │ │ └── README.md │ │ │ │ │ │ │ │ └── regexp │ │ │ │ │ │ │ │ │ └── README.md │ │ │ │ │ │ │ ├── zsh-syntax-highlighting.plugin.zsh │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ ├── after1.png │ │ │ │ │ │ │ │ ├── after2.png │ │ │ │ │ │ │ │ ├── after3.png │ │ │ │ │ │ │ │ ├── before1.png │ │ │ │ │ │ │ │ ├── before2.png │ │ │ │ │ │ │ │ ├── before3.png │ │ │ │ │ │ │ │ ├── preview.png │ │ │ │ │ │ │ │ ├── after1-smaller.png │ │ │ │ │ │ │ │ ├── after2-smaller.png │ │ │ │ │ │ │ │ ├── after3-smaller.png │ │ │ │ │ │ │ │ ├── after4-smaller.png │ │ │ │ │ │ │ │ ├── before1-smaller.png │ │ │ │ │ │ │ │ ├── before2-smaller.png │ │ │ │ │ │ │ │ ├── before3-smaller.png │ │ │ │ │ │ │ │ ├── before4-smaller.png │ │ │ │ │ │ │ │ └── preview-smaller.png │ │ │ │ │ │ │ └── .editorconfig │ │ │ │ │ │ └── example │ │ │ │ │ │ │ └── example.plugin.zsh │ │ │ │ │ └── themes │ │ │ │ │ │ ├── powerlevel10k │ │ │ │ │ │ ├── gitstatus │ │ │ │ │ │ │ ├── deps │ │ │ │ │ │ │ │ └── .gitkeep │ │ │ │ │ │ │ ├── usrbin │ │ │ │ │ │ │ │ └── .gitkeep │ │ │ │ │ │ │ ├── .clang-format │ │ │ │ │ │ │ └── .gitignore │ │ │ │ │ │ ├── powerlevel9k.zsh-theme │ │ │ │ │ │ ├── prompt_powerlevel10k_setup │ │ │ │ │ │ ├── prompt_powerlevel9k_setup │ │ │ │ │ │ ├── internal │ │ │ │ │ │ │ ├── icons.zsh.zwc │ │ │ │ │ │ │ ├── p10k.zsh.zwc │ │ │ │ │ │ │ ├── parser.zsh.zwc │ │ │ │ │ │ │ ├── worker.zsh.zwc │ │ │ │ │ │ │ └── configure.zsh.zwc │ │ │ │ │ │ ├── powerlevel10k.zsh-theme.zwc │ │ │ │ │ │ └── powerlevel9k.zsh-theme.zwc │ │ │ │ │ │ ├── spaceship-prompt │ │ │ │ │ │ └── spaceship.zsh-theme │ │ │ │ │ │ ├── spaceship.zsh-theme │ │ │ │ │ │ └── example.zsh-theme │ │ │ │ └── lib │ │ │ │ │ └── nvm.zsh │ │ │ └── .themes │ │ │ │ ├── Arc-Darkest │ │ │ │ ├── unity │ │ │ │ │ ├── close.svg │ │ │ │ │ ├── close_dash.svg │ │ │ │ │ ├── maximize.svg │ │ │ │ │ ├── maximize_dash.svg │ │ │ │ │ ├── minimize.svg │ │ │ │ │ ├── minimize_dash.svg │ │ │ │ │ ├── unmaximize.svg │ │ │ │ │ ├── unmaximize_dash.svg │ │ │ │ │ ├── close_dash_pressed.svg │ │ │ │ │ ├── close_focused_normal.svg │ │ │ │ │ ├── close_dash_disabled.svg │ │ │ │ │ ├── close_dash_prelight.svg │ │ │ │ │ ├── close_unfocused.svg │ │ │ │ │ ├── maximize_dash_pressed.svg │ │ │ │ │ ├── maximize_focused_normal.svg │ │ │ │ │ ├── minimize_dash_pressed.svg │ │ │ │ │ ├── minimize_focused_normal.svg │ │ │ │ │ ├── sheet_style_close_focused.svg │ │ │ │ │ ├── close_focused_prelight.svg │ │ │ │ │ ├── close_focused_pressed.svg │ │ │ │ │ ├── close_unfocused_pressed.svg │ │ │ │ │ ├── maximize_dash_disabled.svg │ │ │ │ │ ├── maximize_dash_prelight.svg │ │ │ │ │ ├── maximize_unfocused.svg │ │ │ │ │ ├── minimize_dash_disabled.svg │ │ │ │ │ ├── minimize_dash_prelight.svg │ │ │ │ │ ├── minimize_unfocused.svg │ │ │ │ │ ├── unmaximize_dash_disabled.svg │ │ │ │ │ ├── unmaximize_dash_prelight.svg │ │ │ │ │ ├── unmaximize_dash_pressed.svg │ │ │ │ │ ├── unmaximize_focused_normal.svg │ │ │ │ │ ├── close_unfocused_prelight.svg │ │ │ │ │ ├── maximize_focused_prelight.svg │ │ │ │ │ ├── maximize_focused_pressed.svg │ │ │ │ │ ├── maximize_unfocused_pressed.svg │ │ │ │ │ ├── minimize_focused_prelight.svg │ │ │ │ │ ├── minimize_focused_pressed.svg │ │ │ │ │ ├── minimize_unfocused_pressed.svg │ │ │ │ │ ├── unmaximize_focused_pressed.svg │ │ │ │ │ ├── unmaximize_unfocused.svg │ │ │ │ │ ├── maximize_unfocused_prelight.svg │ │ │ │ │ ├── minimize_unfocused_prelight.svg │ │ │ │ │ ├── unmaximize_focused_prelight.svg │ │ │ │ │ ├── unmaximize_unfocused_prelight.svg │ │ │ │ │ ├── unmaximize_unfocused_pressed.svg │ │ │ │ │ ├── sheet_style_close_focused_prelight.svg │ │ │ │ │ └── sheet_style_close_focused_pressed.svg │ │ │ │ ├── gnome-shell │ │ │ │ │ ├── no-events.svg │ │ │ │ │ ├── no-notifications.svg │ │ │ │ │ ├── process-working.svg │ │ │ │ │ ├── noise-texture.png │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── dash │ │ │ │ │ │ │ ├── left-running1.svg │ │ │ │ │ │ │ ├── right-running1.svg │ │ │ │ │ │ │ ├── top-running1.svg │ │ │ │ │ │ │ ├── bottom-running1.svg │ │ │ │ │ │ │ ├── left-running2.svg │ │ │ │ │ │ │ ├── top-running2.svg │ │ │ │ │ │ │ ├── bottom-running2.svg │ │ │ │ │ │ │ ├── right-running2.svg │ │ │ │ │ │ │ ├── left-running1-focused.svg │ │ │ │ │ │ │ ├── right-running1-focused.svg │ │ │ │ │ │ │ ├── top-running1-focused.svg │ │ │ │ │ │ │ ├── bottom-running1-focused.svg │ │ │ │ │ │ │ ├── left-running3.svg │ │ │ │ │ │ │ ├── top-running3.svg │ │ │ │ │ │ │ ├── bottom-running3.svg │ │ │ │ │ │ │ ├── right-running3.svg │ │ │ │ │ │ │ ├── top-running2-focused.svg │ │ │ │ │ │ │ └── bottom-running2-focused.svg │ │ │ │ │ │ ├── calendar-arrow-left.svg │ │ │ │ │ │ ├── calendar-arrow-right.svg │ │ │ │ │ │ ├── key-shift.svg │ │ │ │ │ │ ├── key-shift-uppercase.svg │ │ │ │ │ │ ├── key-enter.svg │ │ │ │ │ │ ├── key-shift-latched-uppercase.svg │ │ │ │ │ │ ├── toggle-on.svg │ │ │ │ │ │ ├── dash-placeholder.svg │ │ │ │ │ │ ├── more-results.svg │ │ │ │ │ │ ├── toggle-off.svg │ │ │ │ │ │ ├── checkbox-off.svg │ │ │ │ │ │ ├── close.svg │ │ │ │ │ │ └── checkbox.svg │ │ │ │ │ └── message-indicator-symbolic.svg │ │ │ │ ├── gtk-3.0 │ │ │ │ │ ├── gtk.css │ │ │ │ │ ├── gtk-dark.css │ │ │ │ │ ├── gtk.gresource │ │ │ │ │ └── thumbnail.png │ │ │ │ ├── cinnamon │ │ │ │ │ ├── thumbnail.png │ │ │ │ │ └── common-assets │ │ │ │ │ │ └── misc │ │ │ │ │ │ ├── overview.png │ │ │ │ │ │ └── overview-hover.png │ │ │ │ ├── xfwm4 │ │ │ │ │ ├── close-active.png │ │ │ │ │ ├── hide-active.png │ │ │ │ │ ├── hide-pressed.png │ │ │ │ │ ├── left-active.png │ │ │ │ │ ├── menu-active.png │ │ │ │ │ ├── menu-pressed.png │ │ │ │ │ ├── right-active.png │ │ │ │ │ ├── shade-active.png │ │ │ │ │ ├── stick-active.png │ │ │ │ │ ├── bottom-active.png │ │ │ │ │ ├── close-inactive.png │ │ │ │ │ ├── close-prelight.png │ │ │ │ │ ├── close-pressed.png │ │ │ │ │ ├── hide-inactive.png │ │ │ │ │ ├── hide-prelight.png │ │ │ │ │ ├── left-inactive.png │ │ │ │ │ ├── menu-inactive.png │ │ │ │ │ ├── right-inactive.png │ │ │ │ │ ├── shade-inactive.png │ │ │ │ │ ├── shade-pressed.png │ │ │ │ │ ├── stick-inactive.png │ │ │ │ │ ├── stick-pressed.png │ │ │ │ │ ├── title-1-active.png │ │ │ │ │ ├── title-2-active.png │ │ │ │ │ ├── title-3-active.png │ │ │ │ │ ├── title-4-active.png │ │ │ │ │ ├── title-5-active.png │ │ │ │ │ ├── bottom-inactive.png │ │ │ │ │ ├── maximize-active.png │ │ │ │ │ ├── maximize-inactive.png │ │ │ │ │ ├── maximize-prelight.png │ │ │ │ │ ├── maximize-pressed.png │ │ │ │ │ ├── title-1-inactive.png │ │ │ │ │ ├── title-2-inactive.png │ │ │ │ │ ├── title-3-inactive.png │ │ │ │ │ ├── title-4-inactive.png │ │ │ │ │ ├── title-5-inactive.png │ │ │ │ │ ├── top-left-active.png │ │ │ │ │ ├── top-left-inactive.png │ │ │ │ │ ├── top-right-active.png │ │ │ │ │ ├── bottom-left-active.png │ │ │ │ │ ├── bottom-right-active.png │ │ │ │ │ ├── top-right-inactive.png │ │ │ │ │ ├── bottom-left-inactive.png │ │ │ │ │ └── bottom-right-inactive.png │ │ │ │ ├── gtk-2.0 │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── frame.png │ │ │ │ │ │ ├── minus.png │ │ │ │ │ │ ├── null.png │ │ │ │ │ │ ├── plus.png │ │ │ │ │ │ ├── arrow-up.png │ │ │ │ │ │ ├── button.png │ │ │ │ │ │ ├── entry-bg.png │ │ │ │ │ │ ├── handle-h.png │ │ │ │ │ │ ├── handle-v.png │ │ │ │ │ │ ├── line-h.png │ │ │ │ │ │ ├── line-v.png │ │ │ │ │ │ ├── menubar.png │ │ │ │ │ │ ├── menuitem.png │ │ │ │ │ │ ├── notebook.png │ │ │ │ │ │ ├── slider.png │ │ │ │ │ │ ├── toolbar.png │ │ │ │ │ │ ├── arrow-down.png │ │ │ │ │ │ ├── arrow-left.png │ │ │ │ │ │ ├── focus-line.png │ │ │ │ │ │ ├── menu-arrow.png │ │ │ │ │ │ ├── arrow-right.png │ │ │ │ │ │ ├── button-active.png │ │ │ │ │ │ ├── button-hover.png │ │ │ │ │ │ ├── combo-entry.png │ │ │ │ │ │ ├── entry-toolbar.png │ │ │ │ │ │ ├── frame-gap-end.png │ │ │ │ │ │ ├── progressbar.png │ │ │ │ │ │ ├── progressbar_v.png │ │ │ │ │ │ ├── radio-checked.png │ │ │ │ │ │ ├── slider-horiz.png │ │ │ │ │ │ ├── slider-vert.png │ │ │ │ │ │ ├── tree_header.png │ │ │ │ │ │ ├── up-background.png │ │ │ │ │ │ ├── arrow-up-insens.png │ │ │ │ │ │ ├── arrow-up-small.png │ │ │ │ │ │ ├── combo-entry-rtl.png │ │ │ │ │ │ ├── down-background.png │ │ │ │ │ │ ├── entry-active-bg.png │ │ │ │ │ │ ├── entry-border-bg.png │ │ │ │ │ │ ├── entry-notebook.png │ │ │ │ │ │ ├── frame-gap-start.png │ │ │ │ │ │ ├── inline-toolbar.png │ │ │ │ │ │ ├── menubar_button.png │ │ │ │ │ │ ├── radio-unchecked.png │ │ │ │ │ │ ├── slider-prelight.png │ │ │ │ │ │ ├── tab-left-active.png │ │ │ │ │ │ ├── tab-top-active.png │ │ │ │ │ │ ├── trough-vertical.png │ │ │ │ │ │ ├── arrow-down-insens.png │ │ │ │ │ │ ├── arrow-down-small.png │ │ │ │ │ │ ├── arrow-left-insens.png │ │ │ │ │ │ ├── arrow-right-insens.png │ │ │ │ │ │ ├── arrow-up-prelight.png │ │ │ │ │ │ ├── button-insensitive.png │ │ │ │ │ │ ├── checkbox-checked.png │ │ │ │ │ │ ├── checkbox-unchecked.png │ │ │ │ │ │ ├── combo-entry-border.png │ │ │ │ │ │ ├── combo-entry-button.png │ │ │ │ │ │ ├── combo-entry-focus.png │ │ │ │ │ │ ├── entry-background.png │ │ │ │ │ │ ├── entry-disabled-bg.png │ │ │ │ │ │ ├── menu-radio-checked.png │ │ │ │ │ │ ├── notebook-gap-horiz.png │ │ │ │ │ │ ├── notebook-gap-vert.png │ │ │ │ │ │ ├── slider-insensitive.png │ │ │ │ │ │ ├── slider-vert-active.png │ │ │ │ │ │ ├── slider-vert-insens.png │ │ │ │ │ │ ├── tab-bottom-active.png │ │ │ │ │ │ ├── tab-right-active.png │ │ │ │ │ │ ├── trough-horizontal.png │ │ │ │ │ │ ├── trough-progressbar.png │ │ │ │ │ │ ├── up-background-rtl.png │ │ │ │ │ │ ├── arrow-down-prelight.png │ │ │ │ │ │ ├── arrow-left-prelight.png │ │ │ │ │ │ ├── arrow-right-prelight.png │ │ │ │ │ │ ├── combo-entry-notebook.png │ │ │ │ │ │ ├── down-background-rtl.png │ │ │ │ │ │ ├── entry-active-toolbar.png │ │ │ │ │ │ ├── menu-arrow-prelight.png │ │ │ │ │ │ ├── menu-radio-unchecked.png │ │ │ │ │ │ ├── slider-horiz-active.png │ │ │ │ │ │ ├── slider-horiz-insens.png │ │ │ │ │ │ ├── slider-vert-prelight.png │ │ │ │ │ │ ├── trough-progressbar_v.png │ │ │ │ │ │ ├── arrow-down-small-insens.png │ │ │ │ │ │ ├── arrow-up-small-insens.png │ │ │ │ │ │ ├── arrow-up-small-prelight.png │ │ │ │ │ │ ├── combo-entry-border-rtl.png │ │ │ │ │ │ ├── combo-entry-button-rtl.png │ │ │ │ │ │ ├── combo-entry-focus-rtl.png │ │ │ │ │ │ ├── combo-entry-insensitive.png │ │ │ │ │ │ ├── down-background-disable.png │ │ │ │ │ │ ├── entry-active-notebook.png │ │ │ │ │ │ ├── entry-border-active-bg.png │ │ │ │ │ │ ├── entry-disabled-notebook.png │ │ │ │ │ │ ├── entry-disabled-toolbar.png │ │ │ │ │ │ ├── menu-checkbox-checked.png │ │ │ │ │ │ ├── menu-checkbox-unchecked.png │ │ │ │ │ │ ├── slider-horiz-prelight.png │ │ │ │ │ │ ├── trough-scrollbar-horiz.png │ │ │ │ │ │ ├── trough-scrollbar-vert.png │ │ │ │ │ │ ├── trough-vertical-active.png │ │ │ │ │ │ ├── up-background-disable.png │ │ │ │ │ │ ├── arrow-down-small-prelight.png │ │ │ │ │ │ ├── combo-entry-border-focus.png │ │ │ │ │ │ ├── combo-entry-button-active.png │ │ │ │ │ │ ├── combo-entry-notebook-rtl.png │ │ │ │ │ │ ├── entry-background-disabled.png │ │ │ │ │ │ ├── radio-checked-insensitive.png │ │ │ │ │ │ ├── trough-horizontal-active.png │ │ │ │ │ │ ├── up-background-disable-rtl.png │ │ │ │ │ │ ├── checkbox-checked-insensitive.png │ │ │ │ │ │ ├── combo-entry-border-focus-rtl.png │ │ │ │ │ │ ├── combo-entry-focus-notebook.png │ │ │ │ │ │ ├── combo-entry-insensitive-rtl.png │ │ │ │ │ │ ├── down-background-disable-rtl.png │ │ │ │ │ │ ├── menu-radio-checked-selected.png │ │ │ │ │ │ ├── radio-unchecked-insensitive.png │ │ │ │ │ │ ├── checkbox-unchecked-insensitive.png │ │ │ │ │ │ ├── combo-entry-button-active-rtl.png │ │ │ │ │ │ ├── combo-entry-button-insensitive.png │ │ │ │ │ │ ├── combo-entry-focus-notebook-rtl.png │ │ │ │ │ │ ├── menu-checkbox-checked-selected.png │ │ │ │ │ │ ├── menu-radio-checked-insensitive.png │ │ │ │ │ │ ├── menu-radio-unchecked-selected.png │ │ │ │ │ │ ├── combo-entry-insensitive-notebook.png │ │ │ │ │ │ ├── menu-checkbox-checked-insensitive.png │ │ │ │ │ │ ├── menu-checkbox-unchecked-selected.png │ │ │ │ │ │ ├── menu-radio-unchecked-insensitive.png │ │ │ │ │ │ ├── combo-entry-button-insensitive-rtl.png │ │ │ │ │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ │ │ │ │ └── combo-entry-insensitive-notebook-rtl.png │ │ │ │ │ └── menubar-toolbar │ │ │ │ │ │ ├── button.png │ │ │ │ │ │ ├── button-active.png │ │ │ │ │ │ ├── button-hover.png │ │ │ │ │ │ ├── menubar-dark.png │ │ │ │ │ │ ├── button-insensitive.png │ │ │ │ │ │ ├── entry-toolbar-dark.png │ │ │ │ │ │ ├── menubar_button-dark.png │ │ │ │ │ │ ├── entry-active-toolbar-dark.png │ │ │ │ │ │ └── entry-disabled-toolbar-dark.png │ │ │ │ ├── metacity-1 │ │ │ │ │ └── thumbnail.png │ │ │ │ └── openbox-3 │ │ │ │ │ ├── close.xbm │ │ │ │ │ ├── shade.xbm │ │ │ │ │ ├── desk_toggled.xbm │ │ │ │ │ ├── iconify.xbm │ │ │ │ │ ├── desk.xbm │ │ │ │ │ ├── max.xbm │ │ │ │ │ ├── shade_toggled.xbm │ │ │ │ │ └── max_toggled.xbm │ │ │ │ ├── Pelangi │ │ │ │ └── openbox-3 │ │ │ │ │ ├── max.xbm │ │ │ │ │ ├── close.xbm │ │ │ │ │ ├── desk.xbm │ │ │ │ │ ├── iconify.xbm │ │ │ │ │ ├── shade.xbm │ │ │ │ │ ├── desk_toggled.xbm │ │ │ │ │ ├── max_disabled.xbm │ │ │ │ │ ├── max_toggled.xbm │ │ │ │ │ └── bullet.xbm │ │ │ │ ├── Clair-Crimson │ │ │ │ └── openbox-3 │ │ │ │ │ ├── max.xbm │ │ │ │ │ ├── close.xbm │ │ │ │ │ ├── desk.xbm │ │ │ │ │ ├── shade.xbm │ │ │ │ │ ├── desk_toggled.xbm │ │ │ │ │ ├── iconify.xbm │ │ │ │ │ ├── max_toggled.xbm │ │ │ │ │ ├── max_disabled.xbm │ │ │ │ │ └── bullet.xbm │ │ │ │ ├── Raven-Crimson │ │ │ │ └── openbox-3 │ │ │ │ │ ├── max.xbm │ │ │ │ │ ├── close.xbm │ │ │ │ │ ├── desk.xbm │ │ │ │ │ ├── shade.xbm │ │ │ │ │ ├── desk_toggled.xbm │ │ │ │ │ ├── iconify.xbm │ │ │ │ │ ├── max_toggled.xbm │ │ │ │ │ ├── max_disabled.xbm │ │ │ │ │ └── bullet.xbm │ │ │ │ ├── Dracula │ │ │ │ └── openbox-3 │ │ │ │ │ ├── bullet.xbm │ │ │ │ │ ├── close_hover.xbm │ │ │ │ │ ├── shade_hover.xbm │ │ │ │ │ ├── desk_hover_toggled.xbm │ │ │ │ │ ├── iconify_hover.xbm │ │ │ │ │ ├── desk_hover.xbm │ │ │ │ │ ├── shade_hover_toggled.xbm │ │ │ │ │ ├── max_hover.xbm │ │ │ │ │ ├── max_hover_toggled.xbm │ │ │ │ │ ├── max.xbm │ │ │ │ │ ├── close.xbm │ │ │ │ │ ├── desk.xbm │ │ │ │ │ ├── max_toggled.xbm │ │ │ │ │ ├── desk_toggled.xbm │ │ │ │ │ ├── iconify.xbm │ │ │ │ │ ├── shade.xbm │ │ │ │ │ └── shade_toggled.xbm │ │ │ │ ├── Afterpiece │ │ │ │ └── openbox-3 │ │ │ │ │ ├── max_alt.xbm │ │ │ │ │ ├── close_alt.xbm │ │ │ │ │ ├── shade_alt2.xbm │ │ │ │ │ ├── desk_toggled_alt.xbm │ │ │ │ │ ├── desk_alt.xbm │ │ │ │ │ ├── iconify_alt.xbm │ │ │ │ │ ├── max_toggled_alt.xbm │ │ │ │ │ ├── shade_toggled_alt2.xbm │ │ │ │ │ ├── shade.xbm │ │ │ │ │ ├── close.xbm │ │ │ │ │ ├── max_alt2.xbm │ │ │ │ │ ├── max_toggled_alt2.xbm │ │ │ │ │ ├── desk.xbm │ │ │ │ │ ├── iconify.xbm │ │ │ │ │ ├── max.xbm │ │ │ │ │ ├── iconify_alt2.xbm │ │ │ │ │ ├── max_toggled.xbm │ │ │ │ │ ├── shade_toggled.xbm │ │ │ │ │ ├── shade_alt.xbm │ │ │ │ │ ├── desk_toggled.xbm │ │ │ │ │ └── shade_toggled_alt.xbm │ │ │ │ ├── Yaru │ │ │ │ └── openbox-3 │ │ │ │ │ ├── shade.xbm │ │ │ │ │ ├── desk_toggled.xbm │ │ │ │ │ ├── desk.xbm │ │ │ │ │ ├── shade_toggled.xbm │ │ │ │ │ ├── iconify.xbm │ │ │ │ │ ├── max.xbm │ │ │ │ │ └── close.xbm │ │ │ │ ├── Prismatic-Night │ │ │ │ ├── index.theme │ │ │ │ └── openbox-3 │ │ │ │ │ └── bullet.xbm │ │ │ │ ├── Dracula-withoutBorder │ │ │ │ └── openbox-3 │ │ │ │ │ ├── bullet.xbm │ │ │ │ │ ├── close_hover.xbm │ │ │ │ │ ├── desk_hover_toggled.xbm │ │ │ │ │ ├── shade_hover.xbm │ │ │ │ │ ├── iconify_hover.xbm │ │ │ │ │ ├── desk_hover.xbm │ │ │ │ │ ├── max_hover.xbm │ │ │ │ │ ├── shade_hover_toggled.xbm │ │ │ │ │ ├── max_hover_toggled.xbm │ │ │ │ │ ├── max.xbm │ │ │ │ │ ├── desk.xbm │ │ │ │ │ ├── close.xbm │ │ │ │ │ ├── max_toggled.xbm │ │ │ │ │ ├── desk_toggled.xbm │ │ │ │ │ ├── iconify.xbm │ │ │ │ │ ├── shade.xbm │ │ │ │ │ └── shade_toggled.xbm │ │ │ │ ├── Blocks │ │ │ │ └── openbox-3 │ │ │ │ │ ├── desk.xbm │ │ │ │ │ ├── max.xbm │ │ │ │ │ ├── bullet.xbm │ │ │ │ │ ├── close.xbm │ │ │ │ │ ├── iconify.xbm │ │ │ │ │ ├── shade.xbm │ │ │ │ │ ├── desk_toggled.xbm │ │ │ │ │ ├── max_disabled.xbm │ │ │ │ │ └── max_toggled.xbm │ │ │ │ ├── Nord-Openbox-theme │ │ │ │ └── openbox-3 │ │ │ │ │ └── bullet.xbm │ │ │ │ ├── Joy │ │ │ │ └── openbox-3 │ │ │ │ │ ├── max.xbm │ │ │ │ │ ├── desk.xbm │ │ │ │ │ ├── shade.xbm │ │ │ │ │ ├── close.xbm │ │ │ │ │ ├── shade_toggled.xbm │ │ │ │ │ └── bullet.xbm │ │ │ │ ├── Lovely │ │ │ │ └── openbox-3 │ │ │ │ │ ├── max.xbm │ │ │ │ │ ├── desk.xbm │ │ │ │ │ ├── bullet.xbm │ │ │ │ │ ├── close.xbm │ │ │ │ │ └── shade.xbm │ │ │ │ └── Box-Dark │ │ │ │ └── openbox-3 │ │ │ │ ├── desk.xbm │ │ │ │ └── max.xbm │ │ ├── localtime │ │ ├── resolv.conf │ │ ├── sudoers.d │ │ │ ├── 02_g_wheel │ │ │ └── 01_pw_feedback │ │ ├── systemd │ │ │ ├── system-generators │ │ │ │ └── systemd-gpt-auto-generator │ │ │ ├── system │ │ │ │ ├── default.target │ │ │ │ ├── dbus-org.bluez.service │ │ │ │ ├── multi-user.target.wants │ │ │ │ │ ├── pacman-init.service │ │ │ │ │ ├── choose-mirror.service │ │ │ │ │ ├── iwd.service │ │ │ │ │ ├── sshd.service │ │ │ │ │ ├── vmtoolsd.service │ │ │ │ │ ├── livecd-talk.service │ │ │ │ │ ├── reflector.service │ │ │ │ │ ├── vboxservice.service │ │ │ │ │ ├── ModemManager.service │ │ │ │ │ ├── hv_kvp_daemon.service │ │ │ │ │ ├── hv_vss_daemon.service │ │ │ │ │ ├── NetworkManager.service │ │ │ │ │ ├── hv_fcopy_daemon.service │ │ │ │ │ ├── qemu-guest-agent.service │ │ │ │ │ ├── systemd-networkd.service │ │ │ │ │ ├── systemd-resolved.service │ │ │ │ │ ├── wpa_supplicant.service │ │ │ │ │ └── vmware-vmblock-fuse.service │ │ │ │ ├── display-manager.service │ │ │ │ ├── sound.target.wants │ │ │ │ │ └── livecd-alsa-unmuter.service │ │ │ │ ├── bluetooth.target.wants │ │ │ │ │ └── bluetooth.service │ │ │ │ ├── cloud-init.target.wants │ │ │ │ │ ├── cloud-final.service │ │ │ │ │ ├── cloud-init.service │ │ │ │ │ ├── cloud-config.service │ │ │ │ │ └── cloud-init-local.service │ │ │ │ ├── dbus-org.freedesktop.ModemManager1.service │ │ │ │ ├── dbus-org.freedesktop.network1.service │ │ │ │ ├── dbus-org.freedesktop.resolve1.service │ │ │ │ ├── dbus-org.freedesktop.timesync1.service │ │ │ │ ├── sockets.target.wants │ │ │ │ │ └── systemd-networkd.socket │ │ │ │ ├── sysinit.target.wants │ │ │ │ │ ├── systemd-timesyncd.service │ │ │ │ │ └── systemd-time-wait-sync.service │ │ │ │ ├── dbus-org.freedesktop.nm-dispatcher.service │ │ │ │ ├── network-online.target.wants │ │ │ │ │ ├── NetworkManager-wait-online.service │ │ │ │ │ └── systemd-networkd-wait-online.service │ │ │ │ ├── getty@tty1.service.d │ │ │ │ │ └── autologin.conf │ │ │ │ ├── reflector.service.d │ │ │ │ │ └── archiso.conf │ │ │ │ ├── etc-pacman.d-gnupg.mount │ │ │ │ └── choose-mirror.service │ │ │ ├── journald.conf.d │ │ │ │ └── volatile-storage.conf │ │ │ └── logind.conf.d │ │ │ │ └── do-not-suspend.conf │ │ ├── passwd │ │ ├── vitunix-release │ │ ├── shadow │ │ ├── xdg │ │ │ └── reflector │ │ │ │ └── reflector.conf │ │ ├── mkinitcpio.d │ │ │ └── linux.preset │ │ ├── polkit-1 │ │ │ └── rules.d │ │ │ │ ├── 50-org.freedesktop.NetworkManager.rules │ │ │ │ └── always-allow-wheel.rules │ │ └── os-release │ ├── usr │ │ └── local │ │ │ ├── share │ │ │ └── livecd-sound │ │ │ │ └── asound.conf.in │ │ │ └── bin │ │ │ └── Installation_guide │ ├── root │ │ └── .zlogin │ └── var │ │ └── lib │ │ └── sddm │ │ └── state.conf ├── bootstrap_packages.x86_64 ├── efiboot │ └── loader │ │ └── loader.conf └── syslinux │ ├── splash.png │ ├── archiso_pxe.cfg │ ├── archiso_sys.cfg │ └── syslinux.cfg └── .github └── FUNDING.yml /src/airootfs/etc/hostname: -------------------------------------------------------------------------------- 1 | vitunix 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/locale.conf: -------------------------------------------------------------------------------- 1 | LANG=C.UTF-8 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/cache/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/log/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/airootfs/etc/localtime: -------------------------------------------------------------------------------- 1 | /usr/share/zoneinfo/UTC -------------------------------------------------------------------------------- /src/bootstrap_packages.x86_64: -------------------------------------------------------------------------------- 1 | arch-install-scripts 2 | base 3 | -------------------------------------------------------------------------------- /src/airootfs/etc/resolv.conf: -------------------------------------------------------------------------------- 1 | /run/systemd/resolve/stub-resolv.conf -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/fabric/fabric.plugin.zsh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/golang/templates/search.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/colemak/.gitignore: -------------------------------------------------------------------------------- 1 | .less 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/glassfish/glassfish.plugin.zsh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/airootfs/etc/sudoers.d/02_g_wheel: -------------------------------------------------------------------------------- 1 | %wheel ALL=(ALL) NOPASSWD: ALL 2 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | #funding for vitunix iso 2 | 3 | ko_fi: heapbytes 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/aliases/.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__ 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system-generators/systemd-gpt-auto-generator: -------------------------------------------------------------------------------- 1 | /dev/null -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/themes/macovsky-ruby.zsh-theme: -------------------------------------------------------------------------------- 1 | macovsky.zsh-theme -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/close.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/close_dash.svg: -------------------------------------------------------------------------------- 1 | dash/close_dash.svg -------------------------------------------------------------------------------- /src/airootfs/etc/sudoers.d/01_pw_feedback: -------------------------------------------------------------------------------- 1 | Defaults env_reset,pwfeedback,insults 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-autosuggestions/VERSION: -------------------------------------------------------------------------------- 1 | v0.7.0 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/deps/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/usrbin/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/maximize.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/maximize_dash.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/minimize.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/minimize_dash.svg: -------------------------------------------------------------------------------- 1 | dash/minimize_dash.svg -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/default.target: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/graphical.target -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-autosuggestions/.ruby-version: -------------------------------------------------------------------------------- 1 | 2.5.3 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/chucknorris/.gitignore: -------------------------------------------------------------------------------- 1 | fortunes/chucknorris.dat 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/hitchhiker/.gitignore: -------------------------------------------------------------------------------- 1 | fortunes/hitchhiker.dat 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/unmaximize.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/unmaximize_dash.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/spaceship-prompt/spaceship.zsh-theme: -------------------------------------------------------------------------------- 1 | spaceship.zsh -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/close_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | dash/close_dash_pressed.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/close_focused_normal.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close.svg -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/journald.conf.d/volatile-storage.conf: -------------------------------------------------------------------------------- 1 | [Journal] 2 | Storage=volatile 3 | -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/dbus-org.bluez.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/bluetooth.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/pacman-init.service: -------------------------------------------------------------------------------- 1 | ../pacman-init.service -------------------------------------------------------------------------------- /src/efiboot/loader/loader.conf: -------------------------------------------------------------------------------- 1 | timeout 15 2 | default 01-archiso-x86_64-linux.conf 3 | beep on 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/cache/docker_hide_legacy_commands: -------------------------------------------------------------------------------- 1 | _docker_hide_legacy_commands='' 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/.version: -------------------------------------------------------------------------------- 1 | 0.8.0-alpha2-dev 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/spaceship.zsh-theme: -------------------------------------------------------------------------------- 1 | spaceship-prompt/spaceship.zsh-theme -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/tmux/tmux.only.conf: -------------------------------------------------------------------------------- 1 | set -g default-terminal $ZSH_TMUX_TERM 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/close_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | dash/close_dash_disabled.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/close_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | dash/close_dash_prelight.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/close_unfocused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_unfocused.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/maximize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_pressed.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/maximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/minimize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | dash/minimize_dash_pressed.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/minimize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/sheet_style_close_focused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close.svg -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/display-manager.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/sddm-plymouth.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/choose-mirror.service: -------------------------------------------------------------------------------- 1 | ../choose-mirror.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/iwd.service -------------------------------------------------------------------------------- /src/syslinux/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/syslinux/splash.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/geeknote/geeknote.plugin.zsh: -------------------------------------------------------------------------------- 1 | #Alias 2 | alias gn='geeknote' 3 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_prelight.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_pressed.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/close_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_pressed.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/maximize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_disabled.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/maximize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_prelight.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/maximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_unfocused.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/minimize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | dash/minimize_dash_disabled.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/minimize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | dash/minimize_dash_prelight.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/minimize_unfocused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_unfocused.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/unmaximize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_disabled.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/unmaximize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_prelight.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/unmaximize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_pressed.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/unmaximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize.svg -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/sshd.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/sshd.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/sound.target.wants/livecd-alsa-unmuter.service: -------------------------------------------------------------------------------- 1 | ../livecd-alsa-unmuter.service -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/pylint/pylint.plugin.zsh: -------------------------------------------------------------------------------- 1 | alias pylint-quick='pylint --reports=n' 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/themes/evan.zsh-theme: -------------------------------------------------------------------------------- 1 | # Evan's minimal prompt 2 | PROMPT='%m :: %2~ %B»%b ' 3 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/close_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_prelight.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/maximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_prelight.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/maximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_pressed.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/maximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_pressed.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/minimize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_prelight.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/minimize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_pressed.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/minimize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_pressed.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/unmaximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_pressed.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/unmaximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_unfocused.svg -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/bluetooth.target.wants/bluetooth.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/bluetooth.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/vmtoolsd.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/vmtoolsd.service -------------------------------------------------------------------------------- /src/airootfs/etc/passwd: -------------------------------------------------------------------------------- 1 | root:x:0:0:root:/root:/usr/bin/bash 2 | liveuser:x:1000:1000::/home/liveuser:/usr/bin/zsh 3 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/.gitattributes: -------------------------------------------------------------------------------- 1 | .revision-hash export-subst 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/.gitignore: -------------------------------------------------------------------------------- 1 | *.zwc* 2 | .pc/ 3 | docs/all.md 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/maximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_prelight.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/minimize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_prelight.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/unmaximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_prelight.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/unmaximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_prelight.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/unmaximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_pressed.svg -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-final.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/cloud-final.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/cloud-init.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/ModemManager.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/dbus-org.freedesktop.network1.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-networkd.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/dbus-org.freedesktop.resolve1.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-resolved.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/livecd-talk.service: -------------------------------------------------------------------------------- 1 | /etc/systemd/system/livecd-talk.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/reflector.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/reflector.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/vboxservice.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/vboxservice.service -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/per-directory-history/per-directory-history.plugin.zsh: -------------------------------------------------------------------------------- 1 | per-directory-history.zsh -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/shell-proxy/.editorconfig: -------------------------------------------------------------------------------- 1 | [*.py] 2 | indent_size = 4 3 | indent_style = space 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- 1 | @import url("resource:///org/gnome/arc-theme/gtk-main.css"); 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/sheet_style_close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_prelight.svg -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/unity/sheet_style_close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_unfocused.svg -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-config.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/cloud-config.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/dbus-org.freedesktop.timesync1.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-timesyncd.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/ModemManager.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/ModemManager.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/hv_kvp_daemon.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/hv_kvp_daemon.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/hv_vss_daemon.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/hv_vss_daemon.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/sockets.target.wants/systemd-networkd.socket: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-networkd.socket -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-autosuggestions/URL: -------------------------------------------------------------------------------- 1 | https://github.com/zsh-users/zsh-autosuggestions 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/genpass/genpass.plugin.zsh: -------------------------------------------------------------------------------- 1 | autoload -Uz genpass-apple genpass-monkey genpass-xkcd 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/z/Makefile: -------------------------------------------------------------------------------- 1 | readme: 2 | @groff -man -Tascii z.1 | col -bx 3 | 4 | .PHONY: readme 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-local.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/cloud-init-local.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/NetworkManager.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/NetworkManager.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/hv_fcopy_daemon.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/hv_fcopy_daemon.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/qemu-guest-agent.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/qemu-guest-agent.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/systemd-networkd.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-networkd.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/systemd-resolved.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-resolved.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/wpa_supplicant.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/wpa_supplicant.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-timesyncd.service -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/.revision-hash: -------------------------------------------------------------------------------- 1 | e83fa417dc4d0f4b36eb0d7fadcc732882c20f51 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/highlighters/line/README.md: -------------------------------------------------------------------------------- 1 | ../../docs/highlighters/line.md -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/highlighters/main/README.md: -------------------------------------------------------------------------------- 1 | ../../docs/highlighters/main.md -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/highlighters/root/README.md: -------------------------------------------------------------------------------- 1 | ../../docs/highlighters/root.md -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/mosh/mosh.plugin.zsh: -------------------------------------------------------------------------------- 1 | # Allow SSH tab completion for mosh hostnames 2 | compdef mosh=ssh 3 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/tmux/tmux.extra.conf: -------------------------------------------------------------------------------- 1 | set -g default-terminal $ZSH_TMUX_TERM 2 | source-file $ZSH_TMUX_CONFIG -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- 1 | @import url("resource:///org/gnome/arc-theme/gtk-main-dark.css"); 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/NetworkManager-dispatcher.service -------------------------------------------------------------------------------- /src/syslinux/archiso_pxe.cfg: -------------------------------------------------------------------------------- 1 | INCLUDE archiso_head.cfg 2 | 3 | INCLUDE archiso_pxe-linux.cfg 4 | 5 | INCLUDE archiso_tail.cfg 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-autosuggestions/DESCRIPTION: -------------------------------------------------------------------------------- 1 | Fish-like fast/unobtrusive autosuggestions for zsh. 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/highlighters/brackets/README.md: -------------------------------------------------------------------------------- 1 | ../../docs/highlighters/brackets.md -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/highlighters/cursor/README.md: -------------------------------------------------------------------------------- 1 | ../../docs/highlighters/cursor.md -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/highlighters/pattern/README.md: -------------------------------------------------------------------------------- 1 | ../../docs/highlighters/pattern.md -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/highlighters/regexp/README.md: -------------------------------------------------------------------------------- 1 | ../../docs/highlighters/regexp.md -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/kops/kops.plugin.zsh: -------------------------------------------------------------------------------- 1 | if [ $commands[kops] ]; then 2 | source <(kops completion zsh) 3 | fi 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/multi-user.target.wants/vmware-vmblock-fuse.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/vmware-vmblock-fuse.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/sysinit.target.wants/systemd-time-wait-sync.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-time-wait-sync.service -------------------------------------------------------------------------------- /src/airootfs/etc/vitunix-release: -------------------------------------------------------------------------------- 1 | LSB_VERSION=1.4 2 | DISTRIB_ID=Vitunix 3 | DISTRIB_RELEASE=rolling 4 | DISTRIB_DESCRIPTION="Vitunix" 5 | -------------------------------------------------------------------------------- /src/airootfs/usr/local/share/livecd-sound/asound.conf.in: -------------------------------------------------------------------------------- 1 | Defaults node 2 | defaults.ctl.card %card%; 3 | defaults.pcm.card %card%; 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-autosuggestions/.rspec: -------------------------------------------------------------------------------- 1 | --color 2 | --require spec_helper 3 | --format documentation 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh: -------------------------------------------------------------------------------- 1 | source ${0:A:h}/zsh-autosuggestions.zsh 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/thor/_thor: -------------------------------------------------------------------------------- 1 | #compdef thor 2 | #autoload 3 | 4 | compadd `thor list | grep thor | cut -d " " -f 2` 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/tig/tig.plugin.zsh: -------------------------------------------------------------------------------- 1 | alias tis='tig status' 2 | alias til='tig log' 3 | alias tib='tig blame -C' 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/history/history.plugin.zsh: -------------------------------------------------------------------------------- 1 | alias h='history' 2 | alias hs='history | grep' 3 | alias hsi='history | grep -i' 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/powder/_powder: -------------------------------------------------------------------------------- 1 | #compdef powder 2 | #autoload 3 | 4 | compadd `powder help | grep powder | cut -d " " -f 4` 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/NetworkManager-wait-online.service -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf: -------------------------------------------------------------------------------- 1 | [Login] 2 | HandleSuspendKey=ignore 3 | HandleHibernateKey=ignore 4 | HandleLidSwitch=ignore 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/systemd-networkd-wait-online.service -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/ant/ant.plugin.zsh: -------------------------------------------------------------------------------- 1 | # Default to colored output 2 | export ANT_ARGS='-logger org.apache.tools.ant.listener.AnsiColorLogger' 3 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/wakeonlan/_wake: -------------------------------------------------------------------------------- 1 | #compdef wake 2 | #autoload 3 | 4 | _arguments "1:device to wake:_files -W '$HOME/.wakeonlan'" && return 0 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-autosuggestions/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'rspec' 4 | gem 'rspec-wait' 5 | gem 'pry-byebug' 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh: -------------------------------------------------------------------------------- 1 | 0=${(%):-%N} 2 | source ${0:A:h}/zsh-syntax-highlighting.zsh 3 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/catimg/colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/plugins/catimg/colors.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/kubectx/prod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/plugins/kubectx/prod.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/kubectx/stage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/plugins/kubectx/stage.png -------------------------------------------------------------------------------- /src/syslinux/archiso_sys.cfg: -------------------------------------------------------------------------------- 1 | INCLUDE archiso_head.cfg 2 | 3 | DEFAULT arch64 4 | TIMEOUT 150 5 | 6 | INCLUDE archiso_sys-linux.cfg 7 | 8 | INCLUDE archiso_tail.cfg 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/shadow: -------------------------------------------------------------------------------- 1 | root::14871:::::: 2 | liveuser:$6$TMf6RYQ5138CZrJJ$NwesWINLnlu2ailpwPZOKLvFfO19uZZNhQcz8WBkyTtGXWu0kpAMhKjJ5X0AzQ8MT7LCRiGuJ74IZi31pC4/S1:14871:::::: 3 | -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf: -------------------------------------------------------------------------------- 1 | [Service] 2 | ExecStart= 3 | ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin root - $TERM 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/reflector.service.d/archiso.conf: -------------------------------------------------------------------------------- 1 | [Unit] 2 | ConditionKernelCommandLine=!mirror 3 | 4 | [Service] 5 | Restart=on-failure 6 | RestartSec=10 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/themes/imajes.zsh-theme: -------------------------------------------------------------------------------- 1 | # Found on the ZshWiki 2 | # http://zshwiki.org/home/config/prompt 3 | # 4 | 5 | PROMPT="%{$fg[red]%}%%%{$reset_color%} " -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-3.0/gtk.gresource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-3.0/gtk.gresource -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/close-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/hide-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/left-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/menu-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/right-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/shade-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/stick-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Pelangi/openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/powerlevel9k.zsh-theme: -------------------------------------------------------------------------------- 1 | 'builtin' 'source' "${POWERLEVEL9K_INSTALLATION_DIR:-${${(%):-%x}:A:h}}/powerlevel10k.zsh-theme" 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/prompt_powerlevel10k_setup: -------------------------------------------------------------------------------- 1 | 'builtin' 'source' "${POWERLEVEL9K_INSTALLATION_DIR:-${${(%):-%x}:A:h}}/powerlevel10k.zsh-theme" 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/prompt_powerlevel9k_setup: -------------------------------------------------------------------------------- 1 | 'builtin' 'source' "${POWERLEVEL9K_INSTALLATION_DIR:-${${(%):-%x}:A:h}}/powerlevel10k.zsh-theme" 2 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/istioctl/istioctl.plugin.zsh: -------------------------------------------------------------------------------- 1 | if [ $commands[istioctl] ]; then 2 | source <(istioctl completion zsh) 3 | compdef _istioctl istioctl 4 | fi 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/svcat/svcat.plugin.zsh: -------------------------------------------------------------------------------- 1 | # Autocompletion for svcat. 2 | # 3 | 4 | if [ $commands[svcat] ]; then 5 | source <(svcat completion zsh) 6 | fi 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/toolbox/toolbox.plugin.zsh: -------------------------------------------------------------------------------- 1 | function toolbox_prompt_info() { 2 | [[ -f /run/.toolboxenv ]] && echo "⬢" 3 | } 4 | 5 | alias tb="toolbox enter" 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Pelangi/openbox-3/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Pelangi/openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Pelangi/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Pelangi/openbox-3/shade.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/usr/local/bin/Installation_guide: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # SPDX-License-Identifier: GPL-3.0-or-later 4 | 5 | exec lynx 'https://wiki.archlinux.org/title/Installation_guide' 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/.clang-format: -------------------------------------------------------------------------------- 1 | BasedOnStyle: Google 2 | ColumnLimit: 100 3 | DerivePointerAlignment: false 4 | PointerAlignment: Left 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/cp/cp.plugin.zsh: -------------------------------------------------------------------------------- 1 | cpv() { 2 | rsync -pogbr -hhh --backup-dir="/tmp/rsync-${USERNAME}" -e /dev/null --progress "$@" 3 | } 4 | compdef _files cpv 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-bg.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/maximize-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/maximize-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/maximize-prelight.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Pelangi/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Pelangi/openbox-3/max_disabled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Pelangi/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 4 2 | #define close_height 4 3 | static unsigned char close_bits[] = { 4 | 0x0f, 0x0f, 0x0f, 0x0f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/root/.zlogin: -------------------------------------------------------------------------------- 1 | # fix for screen readers 2 | if grep -Fqa 'accessibility=' /proc/cmdline &> /dev/null; then 3 | setopt SINGLE_LINE_ZLE 4 | fi 5 | 6 | ~/.automated_script.sh 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/noise-texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/noise-texture.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/bottom-left-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/bottom-right-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/top-right-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Clair-Crimson/openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define max7_width 6 2 | #define max7_height 6 3 | static unsigned char max7_bits[] = { 4 | 0x33, 0x33, 0x00, 0x00, 0x30, 0x30 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Raven-Crimson/openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define max7_width 6 2 | #define max7_height 6 3 | static unsigned char max7_bits[] = { 4 | 0x33, 0x33, 0x00, 0x00, 0x30, 0x30 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/gitstatus/.gitignore: -------------------------------------------------------------------------------- 1 | *.zwc 2 | /core 3 | /deps/libgit2-*.tar.gz 4 | /locks 5 | /logs 6 | /obj 7 | /usrbin/gitstatusd* 8 | /.vscode/ipch 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/colemak/colemak-less: -------------------------------------------------------------------------------- 1 | n forw-line 2 | e back-line 3 | k repeat-search 4 | \ek repeat-search-all 5 | K reverse-search 6 | \eK reverse-search-all 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/invoke/invoke.plugin.zsh: -------------------------------------------------------------------------------- 1 | # Autocompletion for invoke. 2 | # 3 | if [ $commands[invoke] ]; then 4 | source <(invoke --print-completion-script=zsh) 5 | fi 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/kate/kate.plugin.zsh: -------------------------------------------------------------------------------- 1 | 2 | # Kate 3 | # Start kate always silent 4 | alias kate='kate >/dev/null 2>&1' 5 | 6 | function kt () { 7 | cd $1 8 | kate $1 9 | } -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-right.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/button-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/button-hover.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-toolbar.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/frame-gap-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/frame-gap-end.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/progressbar.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/progressbar_v.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/radio-checked.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-horiz.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-vert.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/tree_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/tree_header.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/up-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/up-background.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/bottom-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/bottom-left-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/bottom-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/xfwm4/bottom-right-inactive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Clair-Crimson/openbox-3/close.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 6 2 | #define desk_height 6 3 | static unsigned char desk_bits[] = { 4 | 0x33, 0x33, 0x00, 0x00, 0x33, 0x33 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Clair-Crimson/openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 6 2 | #define desk_height 6 3 | static unsigned char desk_bits[] = { 4 | 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Clair-Crimson/openbox-3/shade.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 6 2 | #define shade_height 6 3 | static unsigned char shade_bits[] = { 4 | 0x0c, 0x0c, 0x00, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 6 2 | #define bullet_height 6 3 | static unsigned char bullet_bits[] = { 4 | 0x06, 0x0c, 0x18, 0x18, 0x0c, 0x06 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Raven-Crimson/openbox-3/close.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 6 2 | #define desk_height 6 3 | static unsigned char desk_bits[] = { 4 | 0x33, 0x33, 0x00, 0x00, 0x33, 0x33 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Raven-Crimson/openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 6 2 | #define desk_height 6 3 | static unsigned char desk_bits[] = { 4 | 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Raven-Crimson/openbox-3/shade.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 6 2 | #define shade_height 6 3 | static unsigned char shade_bits[] = { 4 | 0x0c, 0x0c, 0x00, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/jruby/jruby.plugin.zsh: -------------------------------------------------------------------------------- 1 | # Aliases 2 | alias jrspec='jruby --debug -S rspec --debug' 3 | alias jprofile='jruby --profile.api -S rspec' 4 | alias jexec='jruby -S' 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/mongocli/mongocli.plugin.zsh: -------------------------------------------------------------------------------- 1 | alias ma='mongocli atlas' 2 | alias mcm='mongocli cloud-manager' 3 | alias mom='mongocli ops-manager' 4 | alias miam='mongocli iam' 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/stack/stack.plugin.zsh: -------------------------------------------------------------------------------- 1 | (( $+commands[stack] )) || return 2 | 3 | autoload -U +X bashcompinit && bashcompinit 4 | source <(stack --bash-completion-script stack) 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/max_alt.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 8 2 | #define max_height 8 3 | static unsigned char max_bits[] = { 4 | 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-up-insens.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-up-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-up-small.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/down-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/down-background.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-active-bg.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-border-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-border-bg.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-notebook.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/frame-gap-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/frame-gap-start.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/inline-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/inline-toolbar.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menubar_button.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-prelight.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/tab-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/tab-left-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/tab-top-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-vertical.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/button.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Clair-Crimson/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 6 2 | #define desk_height 6 3 | static unsigned char desk_bits[] = { 4 | 0x3f, 0x3f, 0x33, 0x33, 0x3f, 0x3f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Raven-Crimson/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 6 2 | #define desk_height 6 3 | static unsigned char desk_bits[] = { 4 | 0x3f, 0x3f, 0x33, 0x33, 0x3f, 0x3f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Yaru/openbox-3/shade.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/operator-sdk/operator-sdk.plugin.zsh: -------------------------------------------------------------------------------- 1 | if [ $commands[operator-sdk] ]; then 2 | source <(operator-sdk completion zsh) 3 | compdef _operator-sdk operator-sdk 4 | fi 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-down-insens.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-down-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-down-small.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-left-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-left-insens.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-right-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-right-insens.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-up-prelight.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/button-insensitive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-border.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-button.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-focus.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-background.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-disabled-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-disabled-bg.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-radio-checked.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/notebook-gap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/notebook-gap-horiz.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/notebook-gap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/notebook-gap-vert.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-insensitive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-vert-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-vert-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-vert-insens.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/tab-bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/tab-bottom-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/tab-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/tab-right-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-horizontal.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-progressbar.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/up-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/up-background-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/openbox-3/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/openbox-3/shade.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Clair-Crimson/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 6 2 | #define iconify_height 6 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x0c, 0x0c }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Prismatic-Night/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Prismatic-Night 4 | Comment=A dark theme with vibrant, colorful buttons 5 | Encoding=UTF-8 6 | 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Raven-Crimson/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 6 2 | #define iconify_height 6 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x0c, 0x0c }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Yaru/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/pm2/pm2.plugin.zsh: -------------------------------------------------------------------------------- 1 | alias p2s='pm2 start' 2 | alias p2o='pm2 stop' 3 | alias p2d='pm2 delete' 4 | alias p2r='pm2 restart' 5 | alias p2i='pm2 list' 6 | alias p2l='pm2 logs' 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/tmuxinator/tmuxinator.plugin.zsh: -------------------------------------------------------------------------------- 1 | # aliases 2 | alias txs='tmuxinator start' 3 | alias txo='tmuxinator open' 4 | alias txn='tmuxinator new' 5 | alias txl='tmuxinator list' 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/themes/lambda.zsh-theme: -------------------------------------------------------------------------------- 1 | PROMPT='λ %~/ $(git_prompt_info)%{$reset_color%}' 2 | 3 | ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}" 4 | ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/close_alt.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/shade_alt2.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-down-prelight.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-left-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-left-prelight.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-right-prelight.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-notebook.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/down-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/down-background-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-active-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-active-toolbar.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-arrow-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-arrow-prelight.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-radio-unchecked.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-horiz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-horiz-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-horiz-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-horiz-insens.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-vert-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-vert-prelight.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-progressbar_v.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Clair-Crimson/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define iconify2_width 6 2 | #define iconify2_height 6 3 | static unsigned char iconify2_bits[] = { 4 | 0x03, 0x03, 0x00, 0x00, 0x33, 0x33 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 6 2 | #define bullet_height 6 3 | static unsigned char bullet_bits[] = { 4 | 0x06, 0x0c, 0x18, 0x18, 0x0c, 0x06 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/close_hover.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/shade_hover.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Raven-Crimson/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define iconify2_width 6 2 | #define iconify2_height 6 3 | static unsigned char iconify2_bits[] = { 4 | 0x03, 0x03, 0x00, 0x00, 0x33, 0x33 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/internal/icons.zsh.zwc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/internal/icons.zsh.zwc -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh.zwc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/internal/p10k.zsh.zwc -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/internal/parser.zsh.zwc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/internal/parser.zsh.zwc -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/internal/worker.zsh.zwc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/internal/worker.zsh.zwc -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/gem/gem.plugin.zsh: -------------------------------------------------------------------------------- 1 | alias gemb="gem build *.gemspec" 2 | alias gemp="gem push *.gem" 3 | 4 | # gemy GEM 0.0.0 = gem yank GEM -v 0.0.0 5 | function gemy { 6 | gem yank $1 -v $2 7 | } -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/samtools/README.md: -------------------------------------------------------------------------------- 1 | # Samtools plugin 2 | 3 | This plugin adds support for [samtools](http://www.htslib.org/): 4 | 5 | * Adds autocomplete options for all samtools sub commands. 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/zsh-navigation-tools/doc/img/n-history2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/plugins/zsh-navigation-tools/doc/img/n-history2.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/desk_toggled_alt.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/cinnamon/common-assets/misc/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/cinnamon/common-assets/misc/overview.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-down-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-down-small-insens.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-up-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-up-small-insens.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-up-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-up-small-prelight.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-border-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-border-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-button-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-button-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-focus-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-focus-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-insensitive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/down-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/down-background-disable.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-active-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-active-notebook.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-border-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-border-active-bg.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-disabled-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-disabled-notebook.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-disabled-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-disabled-toolbar.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-checkbox-checked.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-checkbox-unchecked.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-horiz-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/slider-horiz-prelight.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-scrollbar-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-scrollbar-horiz.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-scrollbar-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-scrollbar-vert.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-vertical-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-vertical-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/up-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/up-background-disable.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/button-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/button-hover.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/menubar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/menubar-dark.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/desk_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/iconify_hover.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Temporary /etc/pacman.d/gnupg directory 3 | 4 | [Mount] 5 | What=ramfs 6 | Where=/etc/pacman.d/gnupg 7 | Type=ramfs 8 | Options=mode=0755 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/xdg/reflector/reflector.conf: -------------------------------------------------------------------------------- 1 | # Reflector configuration file for the systemd service. 2 | 3 | --save /etc/pacman.d/mirrorlist 4 | --ipv4 5 | --ipv6 6 | --protocol https 7 | --latest 20 8 | --sort rate 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/example.zsh-theme: -------------------------------------------------------------------------------- 1 | # Put your custom themes in this folder. 2 | # Example: 3 | 4 | PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% " 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/nanoc/nanoc.plugin.zsh: -------------------------------------------------------------------------------- 1 | alias n='nanoc' 2 | alias nco='nanoc compile' 3 | alias ncs='nanoc create-site' 4 | alias nd='nanoc deploy' 5 | alias np='nanoc prune' 6 | alias nv='nanoc view' 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/please/please.plugin.zsh: -------------------------------------------------------------------------------- 1 | if (( $+commands[plz] )); then 2 | source <(plz --completion_script) 3 | fi 4 | 5 | alias pb='plz build' 6 | alias pt='plz test' 7 | alias pw='plz watch' 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-down-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/arrow-down-small-prelight.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-border-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-border-focus.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-button-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-notebook-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-background-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/entry-background-disabled.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-horizontal-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/trough-horizontal-active.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/up-background-disable-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/up-background-disable-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Prismatic-Night/openbox-3/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 6 2 | #define bullet_height 9 3 | static unsigned char bullet_bits[] = { 4 | 0x00, 0x06, 0x0e, 0x1c, 0x38, 0x1c, 0x0e, 0x06, 0x00 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Yaru/openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after1.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after2.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after3.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/internal/configure.zsh.zwc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/internal/configure.zsh.zwc -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme.zwc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme.zwc -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/powerlevel9k.zsh-theme.zwc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/themes/powerlevel10k/powerlevel9k.zsh-theme.zwc -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh: -------------------------------------------------------------------------------- 1 | # start fbterm automatically in /dev/tty* 2 | 3 | if (( ${+commands[fbterm]} )); then 4 | if [[ "$TTY" = /dev/tty* ]] ; then 5 | fbterm && exit 6 | fi 7 | fi 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/salt/README.md: -------------------------------------------------------------------------------- 1 | ## Salt autocomplete plugin 2 | 3 | A copy of the completion script from the 4 | [salt](https://github.com/saltstack/salt/blob/develop/pkg/zsh_completion.zsh) 5 | git repo. 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/cinnamon/common-assets/misc/overview-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/cinnamon/common-assets/misc/overview-hover.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-border-focus-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-border-focus-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-focus-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-focus-notebook.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-insensitive-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-insensitive-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/down-background-disable-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/down-background-disable-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-radio-checked-selected.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/button-insensitive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/menubar_button-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/menubar_button-dark.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Clair-Crimson/openbox-3/max_disabled.xbm: -------------------------------------------------------------------------------- 1 | #define max_disabled_width 6 2 | #define max_disabled_height 6 3 | static unsigned char max_disabled_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/close_hover.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/desk_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/shade_hover.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Raven-Crimson/openbox-3/max_disabled.xbm: -------------------------------------------------------------------------------- 1 | #define max_disabled_width 6 2 | #define max_disabled_height 6 3 | static unsigned char max_disabled_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/example/example.plugin.zsh: -------------------------------------------------------------------------------- 1 | # Add your own custom plugins in the custom/plugins directory. Plugins placed 2 | # here will override ones with the same name in the main plugins directory. 3 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before1.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before2.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before3.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/preview.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/themes/jtriley.zsh-theme: -------------------------------------------------------------------------------- 1 | PROMPT="%{$fg_bold[cyan]%}%T%{$fg_bold[green]%} %{$fg_bold[white]%}%n%{$fg[magenta]%}@%{$fg_bold[white]%}%m %{$fg_bold[green]%}%d 2 | %{$fg_bold[yellow]%}%% %{$reset_color%}" 3 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/desk_alt.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/iconify_alt.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_alt_width 8 2 | #define iconify_alt_height 8 3 | static unsigned char iconify_alt_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/left-running1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/right-running1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/top-running1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/message-indicator-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-button-active-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-button-active-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-button-insensitive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-checkbox-checked-selected.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-radio-checked-insensitive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-radio-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-radio-unchecked-selected.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/iconify_hover.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/desk_hover.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Yaru/openbox-3/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /src/syslinux/syslinux.cfg: -------------------------------------------------------------------------------- 1 | DEFAULT select 2 | 3 | LABEL select 4 | COM32 whichsys.c32 5 | APPEND -pxe- pxe -sys- sys -iso- sys 6 | 7 | LABEL pxe 8 | CONFIG archiso_pxe.cfg 9 | 10 | LABEL sys 11 | CONFIG archiso_sys.cfg 12 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/max_toggled_alt.xbm: -------------------------------------------------------------------------------- 1 | #define max_toggled_width 8 2 | #define max_toggled_height 8 3 | static unsigned char max_toggled_bits[] = { 4 | 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/bottom-running1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-insensitive-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-insensitive-notebook.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-checkbox-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-checkbox-unchecked-selected.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh: -------------------------------------------------------------------------------- 1 | # Copies the contents of a given file to the system or X Windows clipboard 2 | # 3 | # copyfile 4 | function copyfile { 5 | emulate -L zsh 6 | clipcopy $1 7 | } 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/calendar-arrow-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/calendar-arrow-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/openbox-3/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/shade_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after1-smaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after1-smaller.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after2-smaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after2-smaller.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after3-smaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after3-smaller.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after4-smaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/after4-smaller.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before1-smaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before1-smaller.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before2-smaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before2-smaller.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before3-smaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before3-smaller.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before4-smaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/before4-smaller.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/preview-smaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/images/preview-smaller.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/bedtools/README.md: -------------------------------------------------------------------------------- 1 | # Bedtools plugin 2 | 3 | This plugin adds support for the [bedtools suite](http://bedtools.readthedocs.org/en/latest/): 4 | 5 | * Adds autocomplete options for all bedtools sub commands. 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/yii2/README.md: -------------------------------------------------------------------------------- 1 | # Yii2 autocomplete plugin 2 | 3 | * Adds autocomplete commands and subcommands for yii. 4 | 5 | ## Requirements 6 | 7 | Autocomplete works from directory where your `yii` file contains. 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/shade_toggled_alt2.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/key-shift.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vitunix/vitunix-iso/HEAD/src/airootfs/etc/skel/.themes/Arc-Darkest/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/desk_hover.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/max_hover.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/zoxide/zoxide.plugin.zsh: -------------------------------------------------------------------------------- 1 | if (( $+commands[zoxide] )); then 2 | eval "$(zoxide init zsh)" 3 | else 4 | echo '[oh-my-zsh] zoxide not found, please install it from https://github.com/ajeetdsouza/zoxide' 5 | fi 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/max_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/key-shift-uppercase.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/max_hover.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/shade_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/mkinitcpio.d/linux.preset: -------------------------------------------------------------------------------- 1 | # mkinitcpio preset file for the 'linux' package on archiso 2 | 3 | PRESETS=('archiso') 4 | 5 | ALL_kver='/boot/vmlinuz-linux' 6 | ALL_config='/etc/mkinitcpio.conf' 7 | 8 | archiso_image="/boot/initramfs-linux.img" 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/fig/README.md: -------------------------------------------------------------------------------- 1 | # Fig plugin 2 | 3 | This plugin sets up completion for [Fig](https://fig.io/). 4 | 5 | To use it, add `fig` to the plugins array in your zshrc file: 6 | 7 | ```zsh 8 | plugins=(... fig) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/gatsby/README.md: -------------------------------------------------------------------------------- 1 | # gatsby autocomplete plugin 2 | 3 | * Adds autocomplete options for all gatsby commands. 4 | 5 | ## Requirements 6 | 7 | In order to make this work, you will need to have gatsby set up in your path. 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/polkit-1/rules.d/50-org.freedesktop.NetworkManager.rules: -------------------------------------------------------------------------------- 1 | polkit.addRule(function(action, subject) { 2 | if (action.id.indexOf("org.freedesktop.NetworkManager.") == 0 && subject.isInGroup("network")) { 3 | return polkit.Result.YES; 4 | } 5 | }); 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/polkit-1/rules.d/always-allow-wheel.rules: -------------------------------------------------------------------------------- 1 | polkit.addRule(function(action, subject) { 2 | if (/^org\.freedesktop\.udisks\./.test(action.id) 3 | && subject.isInGroup("wheel")) 4 | { 5 | return polkit.Result.YES; 6 | } 7 | }); 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/kn/kn.plugin.zsh: -------------------------------------------------------------------------------- 1 | # Autocompletion for kn, the command line interface for knative 2 | # 3 | # Author: https://github.com/btannous 4 | 5 | if [ $commands[kn] ]; then 6 | source <(kn completion zsh) 7 | compdef _kn kn 8 | fi 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/themes/sammy.zsh-theme: -------------------------------------------------------------------------------- 1 | PROMPT='%{$fg[white]%}%c$(git_prompt_info)$ % %{$reset_color%}' 2 | 3 | ZSH_THEME_GIT_PROMPT_PREFIX="(" 4 | ZSH_THEME_GIT_PROMPT_SUFFIX="" 5 | ZSH_THEME_GIT_PROMPT_DIRTY="*)" 6 | ZSH_THEME_GIT_PROMPT_CLEAN=")" 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/max_hover_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define titlebutton_max_2_width 8 2 | #define titlebutton_max_2_height 8 3 | static unsigned char titlebutton_max_2_bits[] = { 4 | 0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f }; 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/os-release: -------------------------------------------------------------------------------- 1 | NAME="Vitunix" 2 | PRETTY_NAME="Vitunix" 3 | ID=Vitunix 4 | ID_LIKE=arch 5 | BUILD_ID=rolling 6 | ANSI_COLOR="38;2;23;147;209" 7 | HOME_URL="https://vitunix.github.io/" 8 | LOGO=Vitunix 9 | IMAGE_ID=Vitunix 10 | IMAGE_VERSION=2022.2.12 11 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/oc/oc.plugin.zsh: -------------------------------------------------------------------------------- 1 | # Autocompletion for oc, the command line interface for OpenShift 2 | # 3 | # Author: https://github.com/kevinkirkup 4 | 5 | if [ $commands[oc] ]; then 6 | source <(oc completion zsh) 7 | compdef _oc oc 8 | fi 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/powder/README.md: -------------------------------------------------------------------------------- 1 | # Powder 2 | 3 | This plugin provides completion for [powder](https://github.com/powder-rb/powder/). 4 | 5 | To use it, add powder to the plugins array of your zshrc file: 6 | ``` 7 | plugins=(... powder) 8 | ``` 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/stack/README.md: -------------------------------------------------------------------------------- 1 | # Stack 2 | 3 | This plugin provides completion for [Stack](https://haskellstack.org). 4 | 5 | To use it add stack to the plugins array in your zshrc file. 6 | 7 | ```bash 8 | plugins=(... stack) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/fabric/README.md: -------------------------------------------------------------------------------- 1 | # Fabric 2 | 3 | This plugin provides completion for [Fabric](https://www.fabfile.org/). 4 | 5 | To use it add fabric to the plugins array in your zshrc file. 6 | 7 | ```zsh 8 | plugins=(... fabric) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/jake-node/README.md: -------------------------------------------------------------------------------- 1 | # Jake 2 | 3 | This plugin provides completion for [Jake](http://jakejs.com/). 4 | 5 | To use it add jake-node to the plugins array in your zshrc file. 6 | 7 | ```bash 8 | plugins=(... jake-node) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/symfony/README.md: -------------------------------------------------------------------------------- 1 | # Symfony 2 | 3 | This plugin provides completion for [Symfony](https://symfony.com/). 4 | 5 | To use it add symfony to the plugins array in your zshrc file. 6 | 7 | ```bash 8 | plugins=(... symfony) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/key-enter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/celery/README.md: -------------------------------------------------------------------------------- 1 | # Celery 2 | 3 | This plugin provides completion for [Celery](http://www.celeryproject.org/). 4 | 5 | To use it add celery to the plugins array in your zshrc file. 6 | 7 | ```bash 8 | plugins=(... celery) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/mosh/README.md: -------------------------------------------------------------------------------- 1 | # Mosh Plugin 2 | 3 | This plugin allows SSH tab completion for [mosh](https://mosh.org/) hostnames. 4 | 5 | To use it, add `mosh` to the plugins array in your zshrc file: 6 | 7 | ``` 8 | plugins=(... mosh) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/universalarchive/_universalarchive: -------------------------------------------------------------------------------- 1 | #compdef ua 2 | 3 | _arguments \ 4 | "1:archive format:(7z bz2 gz lzma lzo rar tar tar.bz2 tar.gz tar.lzma tar.xz tar.Z tbz tgz tlz txz tZ xz Z zip zst)" \ 5 | "*:input files:_files" \ 6 | && return 0 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/shade.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x28, 0x00, 0x44, 0x00, 5 | 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/left-running2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/top-running2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Blocks/openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 5 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Blocks/openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 5 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/1password/1password.plugin.zsh: -------------------------------------------------------------------------------- 1 | # Do nothing if op is not installed 2 | (( ${+commands[op]} )) || return 3 | 4 | # Load op completion 5 | eval "$(op completion zsh)" 6 | compdef _op op 7 | 8 | # Load opswd function 9 | autoload -Uz opswd 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/doctl/README.md: -------------------------------------------------------------------------------- 1 | # Doctl 2 | 3 | This plugin provides completion for [Doctl](https://github.com/digitalocean/doctl). 4 | 5 | To use it add doctl to the plugins array in your zshrc file. 6 | 7 | ```bash 8 | plugins=(... doctl) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x84, 0x00, 0x48, 0x00, 0x30, 0x00, 0x30, 0x00, 5 | 0x48, 0x00, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/max_alt2.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x28, 0x00, 0x44, 0x00, 5 | 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/bottom-running2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/right-running2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/key-shift-latched-uppercase.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Blocks/openbox-3/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 10 2 | #define bullet_height 10 3 | static unsigned char bullet_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 5 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Blocks/openbox-3/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 5 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Blocks/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 5 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Blocks/openbox-3/shade.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 5 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/rsync/rsync.plugin.zsh: -------------------------------------------------------------------------------- 1 | alias rsync-copy="rsync -avz --progress -h" 2 | alias rsync-move="rsync -avz --progress -h --remove-source-files" 3 | alias rsync-update="rsync -avzu --progress -h" 4 | alias rsync-synchronize="rsync -avzu --delete --progress -h" 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/taskwarrior/taskwarrior.plugin.zsh: -------------------------------------------------------------------------------- 1 | zstyle ':completion:*:*:task:*' verbose yes 2 | zstyle ':completion:*:*:task:*:descriptions' format '%U%B%d%b%u' 3 | 4 | zstyle ':completion:*:*:task:*' group-name '' 5 | 6 | alias t=task 7 | compdef _task t=task 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/max_toggled_alt2.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x28, 0x00, 0x44, 0x00, 5 | 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/left-running1-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/right-running1-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/top-running1-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/toggle-on.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Blocks/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 5 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Blocks/openbox-3/max_disabled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 5 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Blocks/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 5 | 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/shade.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Pelangi/openbox-3/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 10 2 | #define bullet_height 10 3 | static unsigned char bullet_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 5 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/helm/README.md: -------------------------------------------------------------------------------- 1 | # Helm plugin 2 | 3 | This plugin adds completion for [Helm](https://helm.sh/), the Kubernetes package manager. 4 | 5 | To use it, add `helm` to the plugins array in your zshrc file: 6 | 7 | ```zsh 8 | plugins=(... helm) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/kitchen/README.md: -------------------------------------------------------------------------------- 1 | # kitchen plugin 2 | 3 | This plugin adds completion support for the [Test Kitchen](https://kitchen.ci). 4 | 5 | To use it, add `kitchen` to the plugins array in your zshrc file: 6 | 7 | ```zsh 8 | plugins=(... kitchen) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/phing/phing.plugin.zsh: -------------------------------------------------------------------------------- 1 | _phing () { 2 | if [ -f build.xml ]; then 3 | compadd $(phing -l|grep -v "\[property\]"|grep -v "Buildfile"|sed 1d|grep -v ":$" |grep -v "^\-*$"|grep -v "Warning:"|awk '{print $1}') 4 | fi 5 | } 6 | 7 | compdef _phing phing 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/z/z.plugin.zsh: -------------------------------------------------------------------------------- 1 | # Handle $0 according to the standard: 2 | # https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html 3 | 0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}" 4 | 0="${${(M)0:#/*}:-$PWD/$0}" 5 | 6 | source "${0:h}/z.sh" 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/zsh-navigation-tools/znt-cd-widget: -------------------------------------------------------------------------------- 1 | autoload znt-usetty-wrapper n-cd 2 | local NLIST_START_IN_SEARCH_MODE=0 3 | local NLIST_START_IN_UNIQ_MODE=0 4 | 5 | znt-usetty-wrapper n-cd "$@" 6 | 7 | unset NLIST_START_IN_SEARCH_MODE 8 | unset NLIST_START_IN_UNIQ_MODE 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define desk_alt_width 10 2 | #define desk_alt_height 10 3 | static unsigned char desk_alt_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xcc, 0x00, 0xcc, 0x00, 0x00, 0x00, 0x00, 0x00, 5 | 0xcc, 0x00, 0xcc, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 5 | 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_alt2_width 10 2 | #define max_alt2_height 10 3 | static unsigned char max_alt2_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x84, 0x00, 0x84, 0x00, 0x84, 0x00, 5 | 0x84, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash-placeholder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/bottom-running1-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Clair-Crimson/openbox-3/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 10 2 | #define bullet_height 10 3 | static unsigned char bullet_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 5 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Raven-Crimson/openbox-3/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 10 2 | #define bullet_height 10 3 | static unsigned char bullet_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 5 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/systemd/system/choose-mirror.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Choose mirror from the kernel command line 3 | ConditionKernelCommandLine=mirror 4 | 5 | [Service] 6 | Type=oneshot 7 | ExecStart=/usr/local/bin/choose-mirror 8 | 9 | [Install] 10 | WantedBy=multi-user.target 11 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/cache/grep-alias: -------------------------------------------------------------------------------- 1 | alias grep='grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}' 2 | alias egrep='egrep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}' 3 | alias fgrep='fgrep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}' 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/lib/nvm.zsh: -------------------------------------------------------------------------------- 1 | # get the nvm-controlled node.js version 2 | function nvm_prompt_info() { 3 | which nvm &>/dev/null || return 4 | local nvm_prompt=${$(nvm current)#v} 5 | echo "${ZSH_THEME_NVM_PROMPT_PREFIX}${nvm_prompt:gs/%/%%}${ZSH_THEME_NVM_PROMPT_SUFFIX}" 6 | } 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/adb/README.md: -------------------------------------------------------------------------------- 1 | # adb autocomplete plugin 2 | 3 | * Adds autocomplete options for all adb commands. 4 | * Add autocomplete for `adb -s` 5 | 6 | ## Requirements 7 | 8 | In order to make this work, you will need to have the Android adb tools set up in your path. 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/charm/README.md: -------------------------------------------------------------------------------- 1 | # Charm plugin 2 | 3 | This plugin adds completion for the [charm](https://github.com/charmbracelet/charm) CLI. 4 | 5 | To use it, add `charm` to the plugins array in your zshrc file: 6 | 7 | ```zsh 8 | plugins=(... charm) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/homestead/README.md: -------------------------------------------------------------------------------- 1 | # Homestead 2 | 3 | This plugin provides completion for [Homestead](https://laravel.com/docs/homestead). 4 | 5 | To use it add homestead to the plugins array in your zshrc file. 6 | 7 | ```bash 8 | plugins=(... homestead) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/invoke/README.md: -------------------------------------------------------------------------------- 1 | # Invoke plugin 2 | 3 | This plugin adds completion for [invoke](https://github.com/pyinvoke/invoke). 4 | 5 | To use it, add `invoke` to the plugins array in your `~/.zshrc` file: 6 | 7 | ```zsh 8 | plugins=(... invoke) 9 | ``` 10 | 11 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/minikube/README.md: -------------------------------------------------------------------------------- 1 | # minikube 2 | 3 | This plugin provides completion for [minikube](https://github.com/kubernetes/minikube). 4 | 5 | To use it, add `minikube` to the plugins array in your zshrc file. 6 | 7 | ``` 8 | plugins=(... minikube) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/rebar/README.md: -------------------------------------------------------------------------------- 1 | # rebar plugin 2 | 3 | This plugin adds completions for the [rebar](https://www.rebar3.org/) Erlang build tool. 4 | 5 | To use it, add `rebar` to the plugins array in your zshrc file: 6 | 7 | ```zsh 8 | plugins=(... rebar) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/vagrant-prompt/README.md: -------------------------------------------------------------------------------- 1 | This plugin prompts the status of the Vagrant VMs. It supports single-host and 2 | multi-host configurations as well. 3 | 4 | Look inside the source for documentation about custom variables. 5 | 6 | Alberto Re 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/iconify_alt2.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x00, 0x44, 0x00, 0x28, 0x00, 5 | 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_alt2_width 10 2 | #define max_alt2_height 10 3 | static unsigned char max_alt2_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0x84, 0x00, 0x84, 0x00, 0x84, 0x00, 5 | 0x84, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x00, 0x44, 0x00, 0x28, 0x00, 5 | 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/more-results.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 10 2 | #define max_height 10 3 | static unsigned char max_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula/openbox-3/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Nord-Openbox-theme/openbox-3/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 10 2 | #define bullet_height 10 3 | static unsigned char bullet_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 5 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/fd/README.md: -------------------------------------------------------------------------------- 1 | # fd 2 | 3 | This plugin adds completion for the file search tool [`fd`](https://github.com/sharkdp/fd), also known as `fd-find`. 4 | 5 | To use it, add `fd` to the plugins array in your zshrc file: 6 | 7 | ```zsh 8 | plugins=(... fd) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/fnm/README.md: -------------------------------------------------------------------------------- 1 | # fnm plugin 2 | 3 | This plugin adds autocompletion for [fnm](https://github.com/Schniz/fnm) - a Node.js version manager. 4 | 5 | To use it, add `fnm` to the plugins array in your zshrc file: 6 | 7 | ```zsh 8 | plugins=(... fnm) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/lein/README.md: -------------------------------------------------------------------------------- 1 | # Leiningen plugin 2 | 3 | This plugin adds completions for the [Leiningen](https://leiningen.org/) Clojure build tool. 4 | 5 | To use it, add `lein` to the plugins array in your zshrc file: 6 | 7 | ```zsh 8 | plugins=(... lein) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/phing/README.md: -------------------------------------------------------------------------------- 1 | # Phing plugin 2 | 3 | This plugin adds autocompletion for [`phing`](https://github.com/phingofficial/phing) targets. 4 | 5 | To use it, add `phing` to the plugins array of your `.zshrc` file: 6 | 7 | ```zsh 8 | plugins=(... phing) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/ros/README.md: -------------------------------------------------------------------------------- 1 | # Roswell Plugin 2 | 3 | This plugin adds completions and aliases for [Roswell](https://github.com/roswell/roswell/). 4 | 5 | To use it, add `ros` to the plugins array in your zshrc file: 6 | 7 | ```zsh 8 | plugins=(... ros) 9 | ``` 10 | 11 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/zsh-navigation-tools/znt-kill-widget: -------------------------------------------------------------------------------- 1 | autoload znt-usetty-wrapper n-kill 2 | local NLIST_START_IN_SEARCH_MODE=0 3 | local NLIST_START_IN_UNIQ_MODE=0 4 | 5 | znt-usetty-wrapper n-kill "$@" 6 | 7 | unset NLIST_START_IN_SEARCH_MODE 8 | unset NLIST_START_IN_UNIQ_MODE 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/shade_alt.xbm: -------------------------------------------------------------------------------- 1 | #define shade_alt_width 10 2 | #define shade_alt_height 10 3 | static unsigned char shade_alt_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x78, 0x00, 0xfc, 0x00, 0xb4, 0x00, 5 | 0x30, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/toggle-off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 10 2 | #define close_height 10 3 | static unsigned char close_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/shade.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/heroku/README.md: -------------------------------------------------------------------------------- 1 | # Heroku 2 | 3 | This plugin provides completion for the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli). 4 | 5 | To use it add heroku to the plugins array in your zshrc file: 6 | 7 | ```bash 8 | plugins=(... heroku) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/lxd/README.md: -------------------------------------------------------------------------------- 1 | # lxd 2 | 3 | This plugin provides completion for [lxd](https://linuxcontainers.org/lxd/), as well as aliases 4 | for frequent lxc commands. 5 | 6 | To use it add `lxd` to the plugins array in your zshrc file. 7 | 8 | ```zsh 9 | plugins=(... lxd) 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/volta/README.md: -------------------------------------------------------------------------------- 1 | # Volta 2 | 3 | This plugin provides completion for [Volta](https://volta.sh/). 4 | 5 | To use it add volta to the plugins array in your zshrc file. 6 | 7 | ```bash 8 | plugins=(... volta) 9 | ``` 10 | 11 | This plugin installs no aliases. 12 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/checkbox-off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Dracula-withoutBorder/openbox-3/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 10 2 | #define iconify_height 10 3 | static unsigned char iconify_bits[] = { 4 | 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 5 | 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/compleat/README.md: -------------------------------------------------------------------------------- 1 | # compleat plugin 2 | 3 | This plugin looks for [compleat](https://github.com/mbrubeck/compleat) and loads its completion. 4 | 5 | To use it, add compleat to the plugins array in your zshrc file: 6 | 7 | ```zsh 8 | plugins=(... compleat) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/isodate/isodate.plugin.zsh: -------------------------------------------------------------------------------- 1 | # work with date ISO 8601 easy 2 | 3 | alias isodate="date +%Y-%m-%dT%H:%M:%S%z" 4 | alias isodate_utc="date -u +%Y-%m-%dT%H:%M:%SZ" 5 | alias isodate_basic="date -u +%Y%m%dT%H%M%SZ" 6 | alias unixstamp="date +%s" 7 | alias date_locale="date +"%c"" 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/ng/README.md: -------------------------------------------------------------------------------- 1 | # ng plugin 2 | 3 | This plugin adds autocompletion support for [Angular's CLI](https://github.com/angular/angular-cli) 4 | (named `ng`). 5 | 6 | To use it, add `ng` to the plugins array of your zshrc file: 7 | 8 | ```zsh 9 | plugins=(... ng) 10 | ``` 11 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/fossil/README.md: -------------------------------------------------------------------------------- 1 | ## Fossil Plugin 2 | 3 | This plugin adds completion support and prompt for fossil repositories. 4 | The prompt will display the current branch and status been dirty or clean. 5 | 6 | ### CONTRIBUTOR 7 | - Jefferson González ([jgmdev](https://github.com/jgmdev)) 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/gpg-agent/README.md: -------------------------------------------------------------------------------- 1 | # gpg-agent 2 | 3 | Enables [GPG's gpg-agent](https://www.gnupg.org/documentation/manuals/gnupg/) if it is not running. 4 | 5 | To use it, add `gpg-agent` to the plugins array of your zshrc file: 6 | 7 | ```zsh 8 | plugins=(... gpg-agent) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/node/node.plugin.zsh: -------------------------------------------------------------------------------- 1 | # Open the node api for your current version to the optional section. 2 | # TODO: Make the section part easier to use. 3 | function node-docs { 4 | local section=${1:-all} 5 | open_command "https://nodejs.org/docs/$(node --version)/api/$section.html" 6 | } 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/codeclimate/README.md: -------------------------------------------------------------------------------- 1 | # codeclimate plugin 2 | 3 | This plugin adds autocompletion for the [`codeclimate` CLI](https://github.com/codeclimate/codeclimate). 4 | 5 | To use it, add `codeclimate` to the plugins array in your zshrc file: 6 | ```zsh 7 | plugins=(... codeclimate) 8 | ``` 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/fbterm/README.md: -------------------------------------------------------------------------------- 1 | # fbterm 2 | 3 | This plugin automatically starts [fbterm](https://github.com/zhangyuanwei/fbterm) 4 | if on a real TTY (`/dev/tty*`). 5 | 6 | To use it, add `fbterm` to the plugins array of your zshrc file: 7 | 8 | ```zsh 9 | plugins=(... fbterm) 10 | ``` 11 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/gas/README.md: -------------------------------------------------------------------------------- 1 | # Gas plugin 2 | 3 | This plugin adds autocompletion for the [gas](http://walle.github.com/gas) command, 4 | a utility to manage Git authors. 5 | 6 | To use it, add `gas` to the plugins array of your zshrc file: 7 | 8 | ```zsh 9 | plugins=(... gas) 10 | ``` 11 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/themes/cypher.zsh-theme: -------------------------------------------------------------------------------- 1 | # Based on evan's prompt 2 | # Shows the exit status of the last command if non-zero 3 | # Uses "#" instead of "»" when running with elevated privileges 4 | PROMPT="%m %{${fg_bold[red]}%}:: %{${fg[green]}%}%3~%(0?. . %{${fg[red]}%}%? )%{${fg[blue]}%}»%{${reset_color}%} " 5 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_alt_width 10 2 | #define desk_toggled_alt_height 10 3 | static unsigned char desk_toggled_alt_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x78, 0x00, 0x78, 0x00, 5 | 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Joy/openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 14 2 | #define max_height 14 3 | static unsigned char max_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xf8, 0x07, 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x0f, 5 | 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x0f, 0xf8, 0x07, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/fancy-ctrl-z/fancy-ctrl-z.plugin.zsh: -------------------------------------------------------------------------------- 1 | fancy-ctrl-z () { 2 | if [[ $#BUFFER -eq 0 ]]; then 3 | BUFFER="fg" 4 | zle accept-line -w 5 | else 6 | zle push-input -w 7 | zle clear-screen -w 8 | fi 9 | } 10 | zle -N fancy-ctrl-z 11 | bindkey '^Z' fancy-ctrl-z 12 | 13 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/svcat/README.md: -------------------------------------------------------------------------------- 1 | # svcat 2 | 3 | This plugin provides completion for the [Kubernetes service catalog cli](https://github.com/kubernetes-incubator/service-catalog). 4 | 5 | To use it, add `svcat` to the plugins array in your zshrc file. 6 | 7 | ``` 8 | plugins=(... svcat) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/themes/mgutz.zsh-theme: -------------------------------------------------------------------------------- 1 | PROMPT='%{$fg_bold[magenta]%}%1~$(git_prompt_info) %{$fg_bold[magenta]%}%# %{$reset_color%}' 2 | 3 | ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[yellow]%}[" 4 | ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" 5 | ZSH_THEME_GIT_PROMPT_DIRTY="*]" 6 | ZSH_THEME_GIT_PROMPT_CLEAN="]" 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/checkbox.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Joy/openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 14 2 | #define desk_height 14 3 | static unsigned char desk_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xf8, 0x07, 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x0f, 5 | 0xfc, 0x0f, 0xf8, 0x07, 0xf8, 0x07, 0xf0, 0x03, 0xf0, 0x03, 0xe0, 0x01, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Joy/openbox-3/shade.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 14 2 | #define max_height 14 3 | static unsigned char max_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0xf8, 0x07, 0xfc, 0x0f, 0xfc, 0x0f, 5 | 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x0f, 0xf8, 0x07, 0xf0, 0x03, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Lovely/openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 14 2 | #define max_height 14 3 | static unsigned char max_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0xf8, 0x07, 0xfc, 0x0f, 0xfc, 0x0f, 5 | 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x0f, 0xf8, 0x07, 0xf0, 0x03, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Yaru/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 14 2 | #define max_height 14 3 | static unsigned char max_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 5 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x07, 0x00, 0x00, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Yaru/openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 14 2 | #define max_height 14 3 | static unsigned char max_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x07, 0x08, 0x04, 0x08, 0x04, 5 | 0x08, 0x04, 0x08, 0x04, 0x08, 0x04, 0x08, 0x04, 0xf8, 0x07, 0x00, 0x00, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/.editorconfig: -------------------------------------------------------------------------------- 1 | # Top-most editorconfig file 2 | 3 | root = true 4 | 5 | [*] 6 | end_of_line = lf 7 | tab_width = 2 8 | indent_size = 2 9 | indent_style = space 10 | 11 | [Makefile] 12 | tab_width = 8 13 | indent_size = 8 14 | indent_style = tab 15 | 16 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/cpanm/README.md: -------------------------------------------------------------------------------- 1 | # Cpanm 2 | 3 | This plugin provides completion for [Cpanm](https://github.com/miyagawa/cpanminus) ([docs](https://metacpan.org/pod/App::cpanminus)). 4 | 5 | To use it add cpanm to the plugins array in your zshrc file. 6 | 7 | ```zsh 8 | plugins=(... cpanm) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/multipass/multipass.plugin.zsh: -------------------------------------------------------------------------------- 1 | alias mp="multipass" 2 | alias mpl="multipass list" 3 | alias mpla="multipass launch" 4 | alias mpln="multipass launch --network en0 --network name=bridge0,mode=manual" 5 | alias mps="multipass shell" 6 | alias mpsp="multipass stop" 7 | alias mpst="multipass start" 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/ripgrep/README.md: -------------------------------------------------------------------------------- 1 | # ripgrep 2 | 3 | This plugin adds completion for the text search tool [`ripgrep`](https://github.com/BurntSushi/ripgrep), also known as `rg`. 4 | 5 | To use it, add `ripgrep` to the plugins array in your zshrc file: 6 | 7 | ```zsh 8 | plugins=(... ripgrep) 9 | ``` 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/thor/README.md: -------------------------------------------------------------------------------- 1 | # Thor plugin 2 | 3 | This plugin adds completion for [Thor](http://whatisthor.com/), 4 | a ruby toolkit for building powerful command-line interfaces. 5 | 6 | To use it, add `thor` to the plugins array in your zshrc file: 7 | 8 | ```zsh 9 | plugins=(... thor) 10 | ``` 11 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/themes/geoffgarside.zsh-theme: -------------------------------------------------------------------------------- 1 | # PROMPT="[%*] %n:%c $(git_prompt_info)%(!.#.$) " 2 | PROMPT='[%*] %{$fg[cyan]%}%n%{$reset_color%}:%{$fg[green]%}%c%{$reset_color%}$(git_prompt_info) %(!.#.$) ' 3 | 4 | ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[yellow]%}git:(" 5 | ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}" 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Afterpiece/openbox-3/shade_toggled_alt.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_alt_width 10 2 | #define shade_toggled_alt_height 10 3 | static unsigned char shade_toggled_alt_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 0xb4, 0x00, 0xfc, 0x00, 5 | 0x78, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00 }; 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/left-running3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/top-running3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Joy/openbox-3/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 14 2 | #define close_height 14 3 | static unsigned char close_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x0c, 0x0c, 0x1c, 0x0e, 0x3c, 0x0f, 0xf8, 0x07, 5 | 0xf0, 0x03, 0xe0, 0x01, 0xf0, 0x03, 0xf8, 0x07, 0x3c, 0x0f, 0x1c, 0x0e, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Joy/openbox-3/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 14 2 | #define max_height 14 3 | static unsigned char max_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0xf8, 0x07, 0xfc, 0x0f, 0xfc, 0x0f, 5 | 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x0f, 0xf8, 0x07, 0xf0, 0x03, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Lovely/openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 14 2 | #define desk_height 14 3 | static unsigned char desk_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0xf8, 0x07, 0xfc, 0x0f, 0xfc, 0x0f, 5 | 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x0f, 0xf8, 0x07, 0xf0, 0x03, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-autosuggestions/spec/multi_line_spec.rb: -------------------------------------------------------------------------------- 1 | describe 'a multi-line suggestion' do 2 | it 'should be displayed on multiple lines' do 3 | with_history("echo \"\n\"") do 4 | session.send_keys('e') 5 | wait_for { session.content }.to eq("echo \"\n\"") 6 | end 7 | end 8 | end 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-autosuggestions/spec/options/highlight_style_spec.rb: -------------------------------------------------------------------------------- 1 | describe 'a displayed suggestion' do 2 | it 'is shown in the default style' 3 | 4 | describe 'when ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE is set to a zle_highlight string' do 5 | it 'is shown in the specified style' 6 | end 7 | end 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/doctl/doctl.plugin.zsh: -------------------------------------------------------------------------------- 1 | # Autocompletion for doctl, the command line tool for DigitalOcean service 2 | # 3 | # doctl project: https://github.com/digitalocean/doctl 4 | # 5 | # Author: https://github.com/HalisCz 6 | 7 | if [ $commands[doctl] ]; then 8 | source <(doctl completion zsh) 9 | fi 10 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/themes/nanotech.zsh-theme: -------------------------------------------------------------------------------- 1 | PROMPT='%F{green}%2c%F{blue} [%f ' 2 | RPROMPT='$(git_prompt_info) %F{blue}] %F{green}%D{%L:%M} %F{yellow}%D{%p}%f' 3 | 4 | ZSH_THEME_GIT_PROMPT_PREFIX="%F{yellow}" 5 | ZSH_THEME_GIT_PROMPT_SUFFIX="%f" 6 | ZSH_THEME_GIT_PROMPT_DIRTY=" %F{red}*%f" 7 | ZSH_THEME_GIT_PROMPT_CLEAN="" 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/bottom-running3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/right-running3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/top-running2-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Box-Dark/openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 14 2 | #define bullet_height 14 3 | static unsigned char bullet_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0xf0, 0x03, 5 | 0xf0, 0x03, 0xf0, 0x03, 0xf0, 0x03, 0xf0, 0x03, 0x00, 0x00, 0x00, 0x00, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Box-Dark/openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 14 2 | #define bullet_height 14 3 | static unsigned char bullet_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0xf0, 0x03, 5 | 0xf0, 0x03, 0xf0, 0x03, 0xf0, 0x03, 0xf0, 0x03, 0x00, 0x00, 0x00, 0x00, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Joy/openbox-3/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 14 2 | #define bullet_height 14 3 | static unsigned char bullet_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0xe0, 0x00, 0xc0, 0x01, 0x80, 0x03, 5 | 0x00, 0x07, 0x00, 0x07, 0x80, 0x03, 0xc0, 0x01, 0xe0, 0x00, 0x60, 0x00, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Lovely/openbox-3/bullet.xbm: -------------------------------------------------------------------------------- 1 | #define bullet_width 14 2 | #define bullet_height 14 3 | static unsigned char bullet_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0xe0, 0x00, 0xc0, 0x01, 0x80, 0x03, 5 | 0x00, 0x07, 0x00, 0x07, 0x80, 0x03, 0xc0, 0x01, 0xe0, 0x00, 0x60, 0x00, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Lovely/openbox-3/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 14 2 | #define close_height 14 3 | static unsigned char close_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0x3c, 0x0f, 0xfe, 0x1f, 0xfe, 0x1f, 0xfe, 0x1f, 5 | 0xfe, 0x1f, 0xfc, 0x0f, 0xf8, 0x07, 0xf0, 0x03, 0xe0, 0x01, 0xc0, 0x00, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Lovely/openbox-3/shade.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 14 2 | #define shade_height 14 3 | static unsigned char shade_bits[] = { 4 | 0x00, 0x00, 0x00, 0x00, 0xf8, 0x03, 0xfc, 0x07, 0xfc, 0x07, 0xfc, 0x07, 5 | 0xfc, 0x07, 0xfc, 0x07, 0xfc, 0x07, 0xfc, 0x07, 0x1c, 0x07, 0x0c, 0x06, 6 | 0x00, 0x00, 0x00, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Yaru/openbox-3/close.xbm: -------------------------------------------------------------------------------- 1 | #define closemaster_width 13 2 | #define closemaster_height 13 3 | static unsigned char closemaster_bits[] = { 4 | 0xe0, 0x00, 0xf8, 0x03, 0xfc, 0x07, 0xfe, 0x0f, 0xee, 0x0e, 0x5f, 0x1f, 5 | 0xbf, 0x1f, 0x5f, 0x1f, 0xee, 0x0e, 0xfe, 0x0f, 0xfc, 0x07, 0xf8, 0x03, 6 | 0xe0, 0x00 }; 7 | -------------------------------------------------------------------------------- /src/airootfs/var/lib/sddm/state.conf: -------------------------------------------------------------------------------- 1 | [Last] 2 | # Name of the last logged-in user. 3 | # This user will be preselected when the login screen appears 4 | User=liveuser 5 | 6 | # Name of the session for the last logged-in user. 7 | # This session will be preselected when the login screen appears. 8 | Session=/usr/share/xsessions/bspwm.desktop 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/custom/plugins/zsh-autosuggestions/spec/options/original_widget_prefix_spec.rb: -------------------------------------------------------------------------------- 1 | describe 'an original zle widget' do 2 | context 'is accessible with the default prefix' 3 | 4 | context 'when ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX is set' do 5 | it 'is accessible with the specified prefix' 6 | end 7 | end 8 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/gulp/README.md: -------------------------------------------------------------------------------- 1 | # gulp plugin 2 | 3 | This plugin adds autocompletion for your [`gulp`](https://gulpjs.com/) tasks. It grabs all available tasks from the `gulpfile.js` in the current directory. 4 | 5 | To use it, add `gulp` to the plugins array of your `.zshrc` file: 6 | ``` 7 | plugins=(... gulp) 8 | ``` 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/pod/README.md: -------------------------------------------------------------------------------- 1 | # pod 2 | 3 | This plugin adds completion for [`CocoaPods`](https://cocoapods.org/). 4 | CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. 5 | 6 | To use it, add `pod` to the plugins array in your zshrc file: 7 | 8 | ```zsh 9 | plugins=(... pod) 10 | ``` 11 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/plugins/screen/README.md: -------------------------------------------------------------------------------- 1 | # screen 2 | 3 | This plugin sets title and hardstatus of the tab window for [screen](https://www.gnu.org/software/screen/), 4 | the terminal multiplexer. 5 | 6 | To use it add `screen` to the plugins array in your zshrc file. 7 | 8 | ```zsh 9 | plugins=(... screen) 10 | ``` 11 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/themes/rgm.zsh-theme: -------------------------------------------------------------------------------- 1 | PROMPT=' 2 | %n@%m %{$fg[cyan]%}%~ 3 | %? $(git_prompt_info)%{$fg_bold[blue]%}%% %{$reset_color%}' 4 | 5 | ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}" 6 | ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " 7 | ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}" 8 | ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}" 9 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.oh-my-zsh/themes/simple.zsh-theme: -------------------------------------------------------------------------------- 1 | PROMPT='%(!.%{$fg[red]%}.%{$fg[green]%})%~$(git_prompt_info)%{$reset_color%} ' 2 | 3 | ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}(" 4 | ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg_bold[blue]%})" 5 | ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗" 6 | ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔" 7 | -------------------------------------------------------------------------------- /src/airootfs/etc/skel/.themes/Arc-Darkest/gnome-shell/assets/dash/bottom-running2-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | --------------------------------------------------------------------------------