Git Product home page Git Product logo

dotfiles's Introduction

Gianluca Gabrielli one-page resume.
Template can be downloaded here.

dotfiles's People

Contributors

staypirate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dotfiles's Issues

Headless installation

Implement the --headless option to allow an installation free of packages with graphic-server dependencies.

Install required software

A list of the software required to make this dotfiles experience smooth could be defined in ~/.config/dotfiles/software.list.

The list should contemplate comments and empty lines, so I can record the reason why that specific package is needed.

An example could be:

# Packages from Archlinux repos

# noto-fonts-emoji is required to render unicode chars in the range of emoji
noto-fonts-emoji

tmux
vim

The same can be done for Flatpak packages I daily use and expect to have wherever I deploy the dotfiles, ~/.config/dotfiles/flatpak_apps.list.

It might be convenient to implement the initialize.sh script to ask the user if he wants to install the listed software.

`hass-cli` wrapper sucks

The hass-cli command is located at .local/bin/hass-cli. It directly runs a container without performing any check before. It just creates the container in case it doesn't exist yet.

Some check that needs to be added are:

  • is podman installed
  • because the container image is local, does it exist?

Moreover zsh eval hass-cli (!) in order to load auto-completion.

dotfiles/.zshrc

Line 182 in d0985b6

eval "$(_HASS_CLI_COMPLETE=zsh_source hass-cli)"

This is very bad because the wrapper is not meant to return an output that can be used with eval.

hass-cli was introduced at d0985b6.
Instead of fixing it I could also consider/research to replace it with sth better maintained.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.