is my readme a html?

main
The_miro 2026-03-26 09:33:16 +01:00
parent 0abca2fcd8
commit 8712978eac
5 changed files with 89 additions and 14 deletions

View File

@ -0,0 +1,14 @@
Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
isPrimaryInstance
Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
isPrimaryInstance
Warning: locale not supported by C library, locale unchanged
Data set on unsupported clipboard mode. QMimeData object will be deleted.
QObject::disconnect: wildcard call disconnects from destroyed signal of Fm::PathEdit::unnamed
aboutToQuit

View File

@ -23,7 +23,8 @@ Plug 'tpope/vim-dadbod'
Plug 'kristijanhusak/vim-dadbod-ui'
Plug 'kristijanhusak/vim-dadbod-completion' "Optional
Plug 'nvim-mini/mini.icons'
" Plug 'OXY2DEV/markview.nvim'
Plug 'tadmccorkle/markdown.nvim'
Plug 'ellisonleao/glow.nvim'
call plug#end()
colorscheme cyberqueer
let g:airline_powerline_fonts = 1
@ -148,3 +149,4 @@ ca w!! w !sudo tee "%"
inoremap <expr> <CR> pumvisible() ? "\<C-Y>" : "\<CR>"
command! Vb normal! <C-v>
lua require('glow').setup()

59
readme.html Normal file
View File

@ -0,0 +1,59 @@
<h1> Dotfiles </h1>
<body>
config for using arch linux in network administration, development and gaming
</body>
<h2> Installation </h2>
<body>
<span style="color:red">
!!! Please Read the instructions on Installation !!!
</span><br />
</body>
<h3> Installation instructions </h3>
<list>
<li> Clone the Repository </li>
<li> Navigate to Dotfiles/setup </li>
<li> execute setup/autoformat.sh and accept the prompts on screen, for default partitioning layout </li>
<li> execute setup/live-install.sh and accept the prompts on screen </li>
<li> after being chrooted by setup/live-install.sh go to the Filesystem root and execute chroot-install.sh </li>
<li> reboot </li>
<li> run setup/install.sh </li>
<li> if needed run setup/modules/... to install additional preconfigured modules </li>
<li> reboot after running all desired installers </li>
</list>
<h2> TODO </h2>
<h3> Prio </h3>
<list>
<li> Finish the new install script </li>
</list>
<h3> Ongoing tasks </h3>
<list>
<li> move all config dirs that get modified after install to being copied to the client or linking individual files where relevant -> known offenders: micro, some nwg-shell components </li>
</list>
<h3> Non-Prio </h3>
<list>
<li> implement the hypr-ecosystem components: <s>hyprpwcenter,</s> hyprshutdown </li>
<li> solution for updates - Possibly using package list being read by script; Also possibly using git diff on some kind of .config manifest </li>
<li> clamav Module </li>
<li> input config for use with touchscreens -> install+enable hyprgrass; button that enables hyprtabs? </li>
<li> eww sidebar popup menu ??? not sure on functionality yet - maybe cpu/ram/gpu usage </li>
</list>
<h3> Completed </h3>
<list>
<li> - add screen rotation (script, keybind, eww widget) for touchscreens </li>
<li> - some kind of per monitor startup script for the bar</li>
<li> - set cmd+F1 to show a list of keybinds (regex on binds.conf???) </li>
<li> - automatic monitor handling on new attatched</li>
<li> - default to swapping esc and capslock in input.conf </li>
<li> - Create Module for installing from the arch live enviroment </li>
<li> - bluetooth tray icon </li>
<li> - make toggling EWW bar less delayed -> only toggle the bar don't kill it </li>
<li> - optional module that installs discord, steam </li>
<li> - try to remove hyprland-git before installing </li>
<li> - hyprsleep </li>
<li> - make full gtk-4 theme
<ol style="list-style-type: lower-alpha; padding-bottom: 0;">
<li style="margin-left:2em">pavucontrol</li>
</ol>
</li>
</list>

View File

@ -40,18 +40,18 @@ config for using arch linux in network administration, development and gaming
</list>
<h3> Completed </h3>
<list>
<li> add screen rotation (script, keybind, eww widget) for touchscreens </li>
<li>some kind of per monitor startup script for the bar</li>
<li> set cmd+F1 to show a list of keybinds (regex on binds.conf???) </li>
<li> automatic monitor handling on new attatched</li>
<li> default to swapping esc and capslock in input.conf </li>
<li> Create Module for installing from the arch live enviroment </li>
<li> bluetooth tray icon </li>
<li> make toggling EWW bar less delayed -> only toggle the bar don't kill it </li>
<li> optional module that installs discord, steam </li>
<li> try to remove hyprland-git before installing </li>
<li> hyprsleep </li>
<li> make full gtk-4 theme
<li> - add screen rotation (script, keybind, eww widget) for touchscreens </li>
<li> - some kind of per monitor startup script for the bar</li>
<li> - set cmd+F1 to show a list of keybinds (regex on binds.conf???) </li>
<li> - automatic monitor handling on new attatched</li>
<li> - default to swapping esc and capslock in input.conf </li>
<li> - Create Module for installing from the arch live enviroment </li>
<li> - bluetooth tray icon </li>
<li> - make toggling EWW bar less delayed -> only toggle the bar don't kill it </li>
<li> - optional module that installs discord, steam </li>
<li> - try to remove hyprland-git before installing </li>
<li> - hyprsleep </li>
<li> - make full gtk-4 theme
<ol style="list-style-type: lower-alpha; padding-bottom: 0;">
<li style="margin-left:2em">pavucontrol</li>
</ol>

View File

@ -12,7 +12,7 @@ log "Updating system..."
sudo pacman -Syu --noconfirm
# Install base packages (including nvim)
PACKAGES=(zsh neovim curl pyright bash atftp bash-language-server btop clang fastfetch fzf hyfetch lua-language-server micro nano pulsemixer yazi z qrencode distrobox dysk python python-pip)
PACKAGES=(zsh neovim curl pyright bash atftp bash-language-server btop clang fastfetch fzf hyfetch lua-language-server micro nano pulsemixer yazi z qrencode distrobox dysk python python-pip glow)
for pkg in "${PACKAGES[@]}"; do
if ! pacman -Qi "$pkg" &>/dev/null; then
log "Installing $pkg..."