Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.46 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.46 KB

Brew

To run packages installed by brew with root privileges, (sudo). Add below to Defaults secure_path in /etc/sudoers

/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin

Neovim

Requirements

  • a C compiler for nvim-treesitter. See here

  • LazyVim

  • For telescope.nvim

  • fzf

  • Nerd fonts

  • metals (for scala). See here

    brew install metals
  • Bluetooth:

    • For Fedora (or Ubuntu) using GNOME, auto connect paired device (my bluetooth keyboard) works fine.
    • For openSUSE Tumbleweed, it just has option turn on after login, so I need to append line bluetoothctl power on to /etc/udev/rules.d/70-persistent-net.rules then reboot system, it works.
  • a terminal that support true color and undercurl:

Thanks to Takuya (craftzdog)

Reference craftzdog/dotfiles-public