Skip to content

Commit

Permalink
move scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaron committed Apr 23, 2024
1 parent 9555a12 commit 7c87159
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 46 deletions.
1 change: 1 addition & 0 deletions home/.chezmoiignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

{{ if not .isGnome -}}
.config/user-dirs.dirs
files
{{- end }}

{{ if not (lookPath "batcat") -}}
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions home/.chezmoiscripts/run_once_after_icons.sh.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{{- if .isGnome -}}
#!/usr/bin/env sh

# Disable desktop icons in gnome
gnome-extensions disable ding@rastersoft.com
{{- end -}}
25 changes: 0 additions & 25 deletions scratch/gnome-terminal.dconf

This file was deleted.

21 changes: 0 additions & 21 deletions scratch/scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,11 @@ GRUB_CMDLINE_LINUX="nvidia-drm.modeset=1"
GRUB_DISABLE_OS_PROBER=true
```

### Manual snapd removal
Uninstall snap: https://fedingo.com/how-to-remove-snap-in-ubuntu/
Also remove from PATH in /etc/environment

### Need to learn more about backing up gpg keys, maybe using yubikey
https://www.jwillikers.com/backup-and-restore-a-gpg-key

### Figure out how to turn off dock too...
Turn off desktop icons: `gnome-extensions disable ding@rastersoft.com`

### Some auto installed things that can be removed
sudo apt remove yelp eog evince app-install-data-partner

## Todo

### There is probably a way to save and apply all gnome settings...
Load gnome terminal settings
`dconf load -f /org/gnome/terminal/ < gnome-terminal.dconf`

Dump settings:
`dconf dump /org/gnome/terminal/ > gnome-terminal.dconf`

### Useful for setting up keybindings
Shows terminal code for key combinations
`showkey -a`
Expand All @@ -44,10 +27,6 @@ Get a script's current directory in zsh
https://github.com/jmdaemon/chezmoi
https://github.com/neersighted/dotfiles

### Need to set up podman
set DOCKER_HOST to podman
`export DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock`

### System Packages
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \
&& sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
Expand Down

0 comments on commit 7c87159

Please sign in to comment.