samodostal / .dotfiles

⚙️ [Old] Personal .dotfiles, Linus also helped

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal .dotfiles (managed by GNU Stow)

Installation

  1. Install stow: pacman -S stow (for arch)
  2. Clone this repository to ~
  3. ./stow_all.sh

(Not working as intended) - Neovim

Because my neovim configuration is divided into independent modules, I have three different variants of neovim.

One is used as an IDE, second one is used for note-taking, third for simple file editing. Each of these variants import different modules (plugins, options), making them work different.

Neovim - Code: nvim -u ~/.config/nvim/code.lua

  • importing common + code modules
  • (alias code)
  • Native LSP, Debugging, Telescope...

Neovim - Note: nvim -u ~/.config/nvim/note.lua

  • importing common + note modules
  • (alias note)
  • Neorg, remote storage

Neovim - Edit: nvim -u ~/.config/nvim/init.lua

  • importing common module
  • (no alias)

About

⚙️ [Old] Personal .dotfiles, Linus also helped


Languages

Language:Lua 84.0%Language:Shell 16.0%