Go to file
pegasust 9a0c7407b3 nvim: tsserver should turbo-repo support v1 2022-11-21 22:17:08 +00:00
alacritty feat: add alacritty conf 2022-11-08 19:22:29 +00:00
home-nix home-manager: flake update the dependencies 2022-11-21 15:12:31 -07:00
lib-nix add fromYaml and stuff 2022-11-09 13:00:23 +00:00
neovim nvim: tsserver should turbo-repo support v1 2022-11-21 22:17:08 +00:00
scripts merge dotfiles into nix 2022-11-06 14:06:36 +00:00
ssh feat: add ssh/authorized_keys 2022-11-14 18:01:39 +00:00
starship change ~/.tmux.conf -> ~/.config/tmux/tmux.conf, alternative path for tmux 3.1+ 2022-11-11 03:24:08 +00:00
system-nix extend body size to 100m, allow pegasust/felia to post upstream 2022-11-16 07:29:58 +00:00
tmux chore: more visibility for tmux config 2022-11-14 17:10:17 +00:00
zk add zk & update README 2022-08-29 05:36:44 -07:00
README.md chore: more visibility for tmux config 2022-11-14 17:10:17 +00:00

README.md

dotfiles

Contains my configurations for the software I use.

I'm looking to move forward to configuration with NixOS, but until I get a bit more experiment on NixOS, I'll keep this repository as simple as possible.

Nix

Monorepo that contains my commonly used personal environments. I hope to incorporate my configs at gh:pegasust/dotfiles onto this repo for quick env setup (especially devel) on new machines.

How do I apply these config

  • I will always first clone this repository, preferably from local source before going from the github. git clone https://github.com/pegasust/dotfiles

neovim

My main text editor. It's based on vim, but stays loyal to lua ecosystem

  • Config file: ./nvim/init.lua
  • Command: ln [-s] $PWD/nvim/init.lua ~/.config/nvim

Notes

  • Ensure that neovim is installed and invocable by nvim.
  • My config based on rather experimental version ofnvim (>=0.7.2)
  • For information on installing neovim, visit their github page

tmux

Terminal multiplexor. Allows creating persistent sessions and multiple terminal windows from one terminal.

  • Config file: ./tmux/tmux.conf
  • Command: ln [-s] $PWD/tmux/tmux.conf ~/.tmux.conf
    • Or ln [-s] $PWD/tmux/tmux.conf ~/.config/tmux/tmux.conf (hardcoded, $XDG_CONFIG_HOME is ignored)

Notes

  • Unsure if the minimum version of tmux. I have had an ancient HPC server that does not respond well to one of the config lines.

zk

Zettelkasten notebook. This is how I document my learning and reflect on myself via writing and typing.

I am in the process of moving away from Obsidian so that I can write ZK notes text-editor agnostically.

  • Config file: zk/config.toml

  • Command: ln [-s] $PWD/zk/config.toml ~/.config/zk/config.toml

  • Templates: zk/templates/

  • Command: ln -s $PWD/zk/templates ~/.config/zk/templates