Skip to content

Instantly share code, notes, and snippets.

View Lyvendia's full-sized avatar
🎄
Focusing

Lyvendia Lyvendia

🎄
Focusing
View GitHub Profile

.vimrc

source $VIMRUNTIME/defaults.vim

set bg=dark
set autoindent
set number
set showmatch
set smartcase
set smartindent
@Lyvendia
Lyvendia / tools-notes.md
Created September 22, 2024 15:37
Useful command line tools

Useful command line tools

fzf

Set up shell integration and exclude rules in bashrc

eval "$(fzf --bash)"

export FZF_DEFAULT_OPTS="
 --walker-skip .git,.var
@Lyvendia
Lyvendia / Ollama with Open-WebUI.md
Created March 10, 2024 14:52
Ollama with Open-WebUI: docker-compose.yaml

Create a docker-compose.yaml

version: '3.8'
services:
  ollama:
    volumes:
      - ollama:/root/.ollama
    container_name: ollama
 image: docker.io/ollama/ollama:latest
@Lyvendia
Lyvendia / debian-notes.md
Last active June 3, 2024 18:54
Debian Notes

Debian notes

Package management

List manually installed packages

apt-mark showmanual
apt list '~i!~M'
@Lyvendia
Lyvendia / debian-gnome-post-installation.md
Last active October 27, 2024 14:20
My Debian Desktop post-installation steps

Debian GNOME Desktop post-installation steps

Make sure you do not set a root password during installation, so that your user is automatically added to the sudo group.

Cleaning

Clean up unused packages and install gnome-shell-extension-appindicator:

sudo apt -o 'Apt::AutoRemove::SuggestsImportant=false' autopurge gnome-games evolution transmission-gtk synaptic im-config gnome-shell-extension-appindicator+