Skip to content

Fresh install - Reflex #8

@Nodraak

Description

@Nodraak

TODO

git config --global core.autocrlf input

sudo apt install can-utils

# Docker helper
alias dockerps='docker ps --all --format "table {{.Names}}\t{{.Status}}\t{{.Image}}\t{{.Ports}}" | less -S'
alias docker-clean-container='docker rm -f $(docker ps -a -q)'
alias docker-clean-volumes='docker volume rm -f $(docker volume ls)'

# Miscalleneous
alias fix-style='autopep8 --recursive --in-place --select="E101, E11, E121, E122, E123, E124, E125, E126, E127, E128, E129, E131, E133,	E20, E22, E225, E226, E227, E228, E231, E26, E265, E303, E722, W291, W293, W391" .'

Done

  • fresh_install/as_root.sh
    • s/apt-get/apt/
    • only sudo
    • move rest to as_user.sh
  • apt: clean up packages
  • clean up random files in the repo
  • clean up previous GH issues
  • ssh key:
    • ssh-keygen -t ed25519 -C "your_email@example.com"
    • add to GH
  • clone dotfiles
  • install.py:
    • chmod +x + /usr/bin/env python3
    • mkdir /home/adrien/.config/sublime-text-3/
  • pip3:
    • install as user
    • invoke
  • mimetype
      $ cat ../../.config/mimeapps.list
      [Default Applications]
      application/x-shellscript=sublime_text.desktop;
    
  • sublime
    • "ui_scale": 1.2: Valid 3.2.1+. Before, was named "dpi_scale".
    • "update_check": false: Taken into account only with a valid license.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions