[go: up one dir, main page]

Skip to content

My configuration files for zsh, neovim and tmux.

Notifications You must be signed in to change notification settings

fdaciuk/dotfiles

Repository files navigation

Dotfiles

My configuration files for zsh, neovim and tmux.

Font

I'm using Cascadia Mono PL Regular I'm using JetBrainsMono Nerd Font

You can find this and more fonts on NerdFonts

Neovim

I'm using Better Vim ❤️

Tmux theme

I'm using Better Tmux

Gnome Terminal

To install Gnome Terminal configurations, use this instructions

ZSH

If you want to set some global environment variable, create a file ~/.zshenv, and add your env vars like this:

export TEST=yaaaay!

Instalation

  • Clone this repository somewhere on your PC
  • Run ./symlinks.sh

Moonlander Configuration

After create symbolic links, install the required dependencies:

Then, make sure your user is part of the plugdev group:

sudo groupadd plugdev
sudo usermod -aG plugdev $USER

License

MIT @ Fernando Daciuk

About

My configuration files for zsh, neovim and tmux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published