Skip to content

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

Notifications You must be signed in to change notification settings

samodostal/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

I switched to NixOS so this repo will not be updated, at least until I ragequit NixOS.

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 atm) - 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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published