Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-14 | Home configuration: break out config-prefix home-bash-service | Marek Paśnikowski | |
2024-01-14 | Home configuration: break out dot-files-service and home-files | Marek Paśnikowski | |
2024-01-14 | Home configuration: transform into a module | Marek Paśnikowski | |
2024-01-14 | Permit guix shell for Forge | Marek Paśnikowski | |
2024-01-14 | Remove extraneous quoting and unqouting | Marek Paśnikowski | |
2024-01-14 | Install SICP book | Marek Paśnikowski | |
2024-01-14 | Install jami | Marek Paśnikowski | |
2024-01-14 | Enable export to ODT in Emacs | Marek Paśnikowski | |
+ Install zip + Install unzip | |||
2024-01-14 | Install IceCat | Marek Paśnikowski | |
2024-01-14 | Transform all remaining list constructors to quotes | Marek Paśnikowski | |
* This improves code readability by explicitly differentiating lists of static objects from lists of dynamic objects. | |||
2024-01-14 | Add more aliases to Guix administration commands | Marek Paśnikowski | |
2024-01-14 | Guix Home: optimize configuration path prefix | Marek Paśnikowski | |
The common configuration path prefix can be defined in a single variable. - Define `config-prefix` variable. - Use the new variable in the `reconfigure-home` alias. - Use the new variable in the `reconfigure-system` alias. - Use the new variable in the `bash_profile` link. - Use the new variable in the `bashrc` link. | |||
2024-01-14 | Guix Home: uninstall emacs-macrostep | Marek Paśnikowski | |
2024-01-14 | Guix Home: add aliases for guix reconfigure commands | Marek Paśnikowski | |
This change replaces the lengthy invocations of the guix reconfiguration tools with simpler symbols. * Define the guix home reconfigure variant * Define the guix system reconfigure variant | |||
2024-01-14 | Guix Home: replace Emacs with its NoX variant | Marek Paśnikowski | |
* Uninstall emacs * Install emacs-no-x * Remove the "emacs -nw" alias | |||
2024-01-14 | Guix Home configuration: reformat according to the pretty-print principle | Marek Paśnikowski | |
2024-01-14 | Update Emacs configuration | Marek Paśnikowski | |
* Disable Company Mode * Enable cursor line highlight * Enable delimiter highlighting * Disable ParEdit Mode * Enable Geiser and its autocompletion * Enable Paredit * Enable IEdit * Install multiple cursors without enabling it * Enable extraction of variables and functions | |||
2024-01-14 | Configure the backdoor to the uncle's computer | Marek Paśnikowski | |
2024-01-14 | Install GnuPG | Marek Paśnikowski | |
2024-01-14 | Disable Emacs GUI | Marek Paśnikowski | |
2024-01-14 | Emacs Macrostep Installation | Marek Paśnikowski | |
2024-01-14 | Set Emacs as Default Editor | Marek Paśnikowski | |
2024-01-14 | Further Configuration of Geiser | Marek Paśnikowski | |
2024-01-14 | Emacs Configuration Source Rename | Marek Paśnikowski | |
2024-01-14 | Tighter Parentheses | Marek Paśnikowski | |
2024-01-14 | Initial Emacs Dot File Definition | Marek Paśnikowski | |
2024-01-14 | Emacs Aggressive Indent Installation | Marek Paśnikowski | |
2024-01-14 | Emacs Company Installation | Marek Paśnikowski | |
2024-01-14 | Emacs Paredit Installation | Marek Paśnikowski | |
2024-01-14 | Emacs Guile Mode Installation | Marek Paśnikowski | |
2024-01-14 | Emacs Geiser Installation | Marek Paśnikowski | |
2024-01-14 | Remove indent package | Marek Paśnikowski | |
2024-01-14 | Complete Refactor | Marek Paśnikowski | |
2024-01-14 | Enable Guile Auto Compilation | Marek Paśnikowski | |
2024-01-14 | Installed CPUPower | Marek Paśnikowski | |
2024-01-14 | Removed TOR | Marek Paśnikowski | |
2024-01-14 | Install LibreOffice | Marek Paśnikowski | |
* home-configuration.scm (packages): Install LibreOffice. | |||
2024-01-14 | Multiline Package List | Marek Paśnikowski | |
* home-configuration.scm (packages) [list]: Split the list of packages into multiple lines in order to maintain it more easily in the future. | |||
2024-01-14 | Set EDITOR variable. | Marek Paśnikowski | |
* home-configuration.scm (services)[environment-variables]: Set the EDITOR variable to "nano" | |||
2024-01-14 | Clean Whitespace Typo | Marek Paśnikowski | |
* home-configuration.scm (services)[environment-variables]: Remove extra space. | |||
2024-01-14 | guix-config: Install gst-plugins | Marek Paśnikowski | |
* guix-config/home-configuration.scm (home-environment)[packages]: Add "gst-plugins-bad", "gst-plugins-base", "gst-plugins-good" and "gst-plugins-ugly". | |||
2024-01-14 | Repo Init | Marek Paśnikowski | |