Misc config of my environment
- ZSH
- OhMZsh
- powerlevel10k
- vim-plug
- tmux
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Two ways to configure:
- 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'
- Using Lua
Create structure for lua files:
- init.lua
- lua/me
- lsp.lua
- plugins.lua
- remap.lua
- set.lua
- telescope.lua
Config in ~/.config/helix:
- config.toml (general configuration)
- languages.toml (configuration for language servers for misc langiages - https://github.com/ahndmal/.dotfiles/blob/main/helix/languages.toml)
- Fira code (https://github.com/tonsky/FiraCode)
- Powerline https://github.com/powerline/fonts
- Nerd fonts (https://www.nerdfonts.com/)