GitXplorerGitXplorer
n

dotfiles

public
24 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
7ab30bf6ad88a3551abbf6f6be677cbff9aedc9d

Start using Zed editor

nnono committed 3 days ago
Unverified
b061eb60be9fac931208937342e6f473a8935927

Start working on nextdb

nnono committed 9 months ago
Unverified
590a8898a9253d9b67068fe89cff0f87a5808476

Remove unused stuff

nnono committed 10 months ago
Unverified
123ef3bd193a3d582b49dd7d9eb6942420de78c3

Tweak psqlrc

nnono committed 10 months ago
Unverified
7f09849d445452b69919887ba02decad50f65b5f

Update LSP for neovim

nnono committed a year ago
Unverified
cf73b864685cd7433a67a3ad004e33800ac543c2

Update git config

nnono committed a year ago

README

The README file for this repository.

My dotfiles

Install

git clone git://github.com/nono/dotfiles ~/dotfiles
git submodule update --init
cd ~/dotfiles

And then copy/symlink the relevant files

Notes

The config for neovim is in ~/.config/nvim, not ~/.nvim. Same for git and kitty.

There is a config file to start MailHog with systemd:

sudo cp /home/nono/config/systemd/mailhog.service /etc/systemd/system/
sudo systemctl start mailhog
sudo systemctl enable mailhog

I'm using some submodules for vendor modules, but I'm moving to subtrees.