Skip to content

ahndmal/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My configuration for Linux env

Table of Contents

  1. Neovim
  2. [Using Lua](###Using Lua)
  3. Helix

Misc config of my environment

Prerequisites

  1. ZSH
  2. OhMZsh
  3. powerlevel10k
  4. vim-plug
  5. tmux

ZSH

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

Plugins

Neovim

Two ways to configure:

  1. Using vimrs/init.vim (+ plugin manager https://github.com/junegunn/vim-plug)
        sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
        https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
  2. Using Lua

Using Lua

Create structure for lua files:

  • init.lua
  • lua/me
    • lsp.lua
    • plugins.lua
    • remap.lua
    • set.lua
    • telescope.lua

Helix

Config in ~/.config/helix:

Fonts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published