Skip to content

Instantly share code, notes, and snippets.

@drasch
Created December 14, 2020 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drasch/099aa8b1045c74572662cf2195246af3 to your computer and use it in GitHub Desktop.
Save drasch/099aa8b1045c74572662cf2195246af3 to your computer and use it in GitHub Desktop.
- X windows key
- X GPG
- X ssh keys
- X AWS credentialsls


Folders:

- X Downloads
- X Virtualbox
- X Documents
- X NeoVIM config?
- X src
- X Sync


Software:
- X Linuxbrew
- X Virtualbox
- Atom

X dotfiles
X ssh config
X syncthing - Sync folder and Camera folder
autokey
flameshot /cloudapp?
keybase?

VPN:
- infinia
- hogwarts
- PIA (separate app now)


fix bluetooth 18.04: https://askubuntu.com/questions/1040497/bluetooth-problem-ubuntu-18-04-lts
somehow installing `tlp` and/or `autorandr` caused all manner of issues with thunderbolt docks and usb  failing on subsequent dock attempts (https://bugzilla.redhat.com/show_bug.cgi?id=1600126)
gsettings set org.gnome.shell.extensions.dash-to-dock transparency-mode 'FIXED'
terminator fix for transparent separators: https://code.launchpad.net/~tobias-klevenz/terminator/fix-transparent-seprators/+merge/337512

Gnome extensions:
- audio switcher
- caffeine

snap install atom
snap install slack
snap install syncthing
#snap install tusk
#snap install screencloud
snap install heroku --classic
snap install vlc
snap install universal-ctags
snap remove gnome-calculator # remove snap that doesn't work if on 18.04
#snap install signal-desktop # actually I'm not using this any more, just download from website
apt install gnome-calculator

brew install neovim
brew install ripgrep
brew install fzf
brew install autojump
brew install git
brew install fd
brew install the_silver_searcher
brew install gron # convert jquery to greppable format

apt install direnv -ag
apt install pwgen
apt install pv
apt install duplicity python-gi
apt install network-manager-openvpn network-manager-openvpn-gnome
apt install gstreamer1.0-plugins-{bad,ugly}
apt install awscli
apt install httpie
apt install timidity # needed by openttd
apt install python3-pip

install nnn https://github.com/jarun/nnn

pip3 install --user neovim

X setup backups

rescuetim

ATOM Config - https://stackoverflow.com/questions/62681150/atom-opens-a-new-file-called-atom-disable-shelling-out-for-environment-false
Don't forget to setup Bitwarden/Lastpass timeouts!
Expand swap

calibre - setup sync/calibre library directory

new bloc: 2/15
need to apt install ruby for gollum to work
cloudapp?

https://www.reddit.com/r/gnome/comments/7bmjlb/disable_the_on_screen_keyboard_when_using_a_touch/

/etc/xdg/autostart/caribou-autostart.desktop: AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-keyboard-enabled

Fonts:

  • fira code - apt install fonts-firacode
  • dank mono ($$)

https://coderwall.com/p/m5mhoq/gnome-3-how-to-alt-tab-windows-on-current-workspace-only gsettings set org.gnome.shell.app-switcher current-workspace-only true

Xubuntu

Light locker and xscreensaver and conflicts, oh my? https://askubuntu.com/questions/1063481/lightlocker-and-xscreensaver-conflicting

Razer

sudo add-apt-repository ppa:openrazer/stable

https://openrazer.github.io/#download

pass setup

https://bbs.archlinux.org/viewtopic.php?id=208059 remove --batch

VS Code, file watch setup

https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf

Things to try

Graphing of system stats including memory, cpu, and network; AND CLI!

yarn add gtop

tools include multitouch

https://monadical.com/posts/moving-to-linux-desktop.html

missing audio device - caused by timidity install

https://aaroalhainen.medium.com/how-i-fixed-my-ubuntu-20-04-no-audio-dummy-output-issue-eaa525838e0d

battery

laptop-mode-tools required for tb16 dock. Maybe this is due to the PCIE getting power managed and breaking USB. Some reference to this on the 9380 page for Arch Linux.

Also turned on "no turbo" for intel processors and switched to the "powersave" governor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment