some configs
Go to file
Lavender 93e1f6b6b7
Add Konsole color scheme
2021-05-05 20:20:16 -07:00
.config Separate Vimscript from Lua 2021-05-04 15:35:48 -07:00
.local/share Add Konsole color scheme 2021-05-05 20:20:16 -07:00
Executables Update system info script 2021-04-28 15:39:06 -07:00
.zshrc Improvements 2021-04-28 20:09:02 -07:00
readme.md Update readme 2021-05-04 15:38:06 -07:00
unlicense Add The Unlicense 2021-04-27 15:52:45 -07:00

readme.md

Dotfiles

My configurations for programs.

Requirements

The Neovim dots (.config/nvim) require Neovim 0.5.0 or greater, with packer installed.
The system info script & .zshrc requires a nerd font (https://www.nerdfonts.com/).

Installation

git clone https://gitdab.com/endie/dotfiles.git, then move/symlink the files you want to the correct places relative to your home directory
Alternatively, you can clone these directly into your home directory with git clone --separate-git-dir=$HOME/dotfiles https://gitdab.com/endie/dotfiles.git ~, but that will not work if the files are already in your home directory

Help

None of the Neovim configuration is working / errors when starting Neovim

  • Make sure your Neovim meets the requirements
  • Currently 0.5.0 is not released yet, so you will have to use a prerelease build
  • Install packer by running git clone https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
  • If your Neovim meets the requirements, try running :PackerSync in Neovim

The Materia GTK theme looks wrong when generated with the oomox colors

  • Run find /path/to/generated_theme -name "*.css" -print | xargs sed -i "s/230000/242424/g", replacing /path/to/generated_theme with the location of the theme you generated (by default ~/.themes/oomox-Pastls).

Credits

Method for storing dotfiles: https://www.anand-iyer.com/blog/2018/a-simpler-way-to-manage-your-dotfiles.html