/Nate-Dotfiles

Nate's personal dotfiles for Linux: Neovim, Zsh, Kitty, KDE, and others

Primary LanguageShell

Rice

Nate-Dotfiles

Syncing my personal configs.

This init.vim is intended to be used with Neovim and VSCode.

As of 12/14/2021, this config is no longer intended to be used with VSCode because it is now written in lua.

As of 12/31/2021, this repo also includes the configs for my Linux setup. This includes KDE Plasma 5, Kitty Terminal, and zsh.

Setup

This repository now uses dotdrop to manage files.

Run the following command once cloned.

# Neovim
# https://github.com/neovim/neovim
./dotdrop.sh install -p neovim
# NOTE: Requires the following installed for plugins
- Glow (Markdown Previewer)

# Zsh
# https://gist.github.com/derhuerst/12a1558a4b408b3b2b6e
./dotdrop.sh install -p zsh

# Helix
./dotdrop.sh install -p helix

# Tmux
./dotdrop.sh install -p tmux
Note: Use the tmux-server-on-startup.sh and tmux-server-on-shutdown.sh

# Doom Emacs
# https://github.com/hlissner/doom-emacs
./dotdrop.sh install -p doom-emacs

# Emacs
# Install emacs-nativecomp from pacman
./dotdrop.sh install -p emacs

# Kitty Terminal
# https://sw.kovidgoyal.net/kitty/binary/
./dotdrop.sh install -p kitty

# KDE
./dotdrop.sh install -p kde

# Latte Dock
# https://github.com/KDE/latte-dock
./dotdrop.sh install -p latte-dock

# Hackernews-tui
# https://github.com/aome510/hackernews-TUI
./dotdrop.sh install -p hackernews-tui

# Wtfutil
# https://wtfutil.com/quick_start/
./dotdrop.sh install -p wtfutil

# Lazygit
# https://github.com/jesseduffield/lazygit
./dotdrop.sh install -p lazygit

# BetterDiscord
./dotdrop.sh install -p betterdiscord

# For future reference, to import files, run this
./dotdrop.sh import "path/to/dir-or-file" -p "name-of-profile"
  • Edit the fm6000 command in .zshrc to point to wherever the rose.txt file is.
  • Or delete that and the taskwarrior commands if not needed

Prerequisites

  • Neovim >= 0.7
  • Kitty Terminal
    • NOTE: Linux only
  • zsh
  • KDE Plasma
    • Krohnkite
      • Maybe upgrade to Bismuth on a later version of KDE Plasma
    • Latte Dock
      • NOTE: May require the latest version of Qt5
        • Scroll down to the bottom, click "Download the Qt Online Installer"
    • A forced blur script from KWin Scripts to make Kitty gorgeous
  • Git
    • Lazygit
    • Delta (git-delta on Arch)
  • Language Tools
    • gcc, g++, gdb
    • Well, there's already python, but yeah you need it
    • pyright
    • Lua in case ya wanna work with that
  • Lints
    • CppCheck
    • ~~Pylint~~~

TODO

  • Cleanup, refactor .zshrc and kitty.conf
    • A lot of stuff in .zshrc is misplaced. Needs reorganization
    • Things are much better in the .zshrc now. Now for the kitty.conf
  • Add Vim folds to the configs
  • Add linters; learn to use them
  • Figure out the LS_COLORS thing to make the autocomplete directories prettier
  • Properly credit whoever made the ASCII art of the rose. I'm really sorry!
  • Customize quick menu; add compile commands
    • Add the 'GithubFiles' fzf
    • Add project compile commands; see init.vim