Just started creating env linux env.
- add automation on installs
- setup Nodejs 🤮 for sveltekit ❤️
- setup golang
- setup rust
- setup I3 maybe?
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"sudo apt install tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpmtmux
tmux source ~/.tmux.conf- Add new plugin to
~/.tmux.confwithset -g @plugin '...' - Press
prefix+ I (capital i, as in Install) to fetch the plugin.
You're good to go! The plugin was cloned to ~/.tmux/plugins/ dir and sourced.
- Remove (or comment out) plugin from the list.
- Press
prefix+ alt + u (lowercase u as in uninstall) to remove the plugin.
All the plugins are installed to ~/.tmux/plugins/ so alternatively you can
find plugin directory there and remove it.
sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovimsudo apt install gh
Db viewer for sqlite Dbeaver download
For nyere installasjon: Setup guides
sudo apt-get update && \
sudo apt-get install -y dotnet-sdk-8.0Disable touchpad tap and drag (UI):
sudo apt install dconf-editor
dconf-editor
# Find org/gnome/desktop/peripherals/touchpadDisable touchpad tap and drag (term only):
gsettings set org.gnome.desktop.peripherals.touchpad tap-and-drag false
# check
gsettings get org.gnome.desktop.peripherals.touchpad tap-and-drag