Skip to content

Commit

Permalink
Remove terminfo
Browse files Browse the repository at this point in the history
  • Loading branch information
serverwentdown committed Feb 15, 2024
1 parent 0994208 commit d9a6fd7
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 11 deletions.
47 changes: 45 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@
.arduino*/*
!.arduino*/preferences.txt
.audacity*
.avidemux6
.aws
.bash*
.bun
.cache
.cargo/bin
.cargo/env
.cargo/git
.cargo/registry
.cargo/.crates.toml
.cargo/.crates2.json
.cargo/.package-cache
.cargo/.package-cache-mutate
.cert/nm-openvpn
.config/*
!.config/Code
Expand Down Expand Up @@ -48,15 +55,23 @@
!.config/zsh-completions
.config/zsh-completions/*
!.config/zsh-completions/download.sh
.cortex-debug
.dart-tool
.dart
.dartServer
.deno/bin
.docker/.buildNodeID
.docker/.token_seed*
.docker/buildx/.lock
.docker/buildx/current
.docker/buildx
.docker/config.json
.docker/contexts
.dotnet
.dbus
.dvdcss
.earthly
.esd_auth
.flutter
.galileo
.gem
.ghidra
.gitconfig
Expand All @@ -66,18 +81,36 @@
!.gnupg/gpg-agent.conf
!.gnupg/gpg.conf
.go
.gradle
.httpie
.java
.jssc
.kube/cache
.kuberlr
.lesshst
.local/bin/cmark
.local/bin/cutter
.local/bin/dust
.local/bin/earthly
.local/bin/epinio
.local/bin/exa
.local/bin/firebase
.local/bin/helm
.local/bin/http*
.local/bin/k3d
.local/bin/kind
.local/bin/kompose
.local/bin/kube*
.local/bin/mc
.local/bin/particle
.local/bin/pipenv
.local/bin/pipenv-resolver
.local/bin/poetry
.local/bin/pygmentize
.local/bin/step
.local/bin/turn_usb
.local/bin/virtualenv
.local/bin/yadm
.local/bin/yq
.local/lib
.local/share/*
Expand All @@ -94,22 +127,31 @@
!.mozilla/firefox
.mozilla/firefox/*
!.mozilla/firefox/chrome
.neverball*
.npm
.nvm
.opendrop/keys
.pam_environment
.parsec
.particle
.password-store
.pki
.pm2
.profile
.pub-cache
.pulumi
.pyenv
!.pwn
.rbenv
.rustup/settings.toml
.rustup/toolchains
.rustup/update-hashes
.ssh/authorized_keys
.ssh/known_hosts
.step/certs
.step/config
.sudo_as_admin_successful
.talon
.terraform.d
.tflint.d
.thunderbird
Expand All @@ -125,3 +167,4 @@
.zoom
.zshrc-theme
!.zshrc
.*.draft.txt
3 changes: 3 additions & 0 deletions .local/bin/apple_superdrive_hack
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
# https://kuziel.nz/notes/2018/02/apple-superdrive-linux.html
sg_raw /dev/sr0 EA 00 00 00 00 00 01
1 change: 0 additions & 1 deletion .terminfo/78

This file was deleted.

5 changes: 0 additions & 5 deletions .terminfo/Makefile

This file was deleted.

Binary file removed .terminfo/x/xterm-iterm
Binary file not shown.
3 changes: 0 additions & 3 deletions .terminfo/xterm-iterm.info

This file was deleted.

0 comments on commit d9a6fd7

Please sign in to comment.