Skip to content

runala/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Just started creating env linux env.

TODO:

  • add automation on installs
  • setup Nodejs 🤮 for sveltekit ❤️
  • setup golang
  • setup rust
  • setup I3 maybe?

zsh ( oh my zsh )

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

tmux

sudo apt install tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Source tmux

tmux
tmux source ~/.tmux.conf

Installing plugins

  1. Add new plugin to ~/.tmux.conf with set -g @plugin '...'
  2. 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.

Uninstalling plugins

  1. Remove (or comment out) plugin from the list.
  2. 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.

neovim

sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovim

Github CLI ( because im lazy )

sudo apt install gh

Dbeaver

Db viewer for sqlite Dbeaver download

Dotnet sdk 8.0

For nyere installasjon: Setup guides

sudo apt-get update && \
  sudo apt-get install -y dotnet-sdk-8.0

Nodejs

Settings

Disable touchpad tap and drag (UI):

sudo apt install dconf-editor
dconf-editor

# Find org/gnome/desktop/peripherals/touchpad

Disable 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages