dxlnr/configs
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Software Tools: - ripgrep (for telescope grep finder) - nvm (-> node) - gdb-dashboard: https://github.com/cyrus-and/gdb-dashboard Useful commands: - ssh -L 8080:localhost:8080 -N -f -l <user> <host> (forward port) - ssh USER@HOST -t tmux new -A -s <session-name> (attach to tmux session on remote host) - git fetch upstream && git checkout <BRANCH> && git merge upstream/master (update forked repo) && git push origin <BRANCH> Extra: - For add external libraries to clang lsp move `shell/.config/clangd` to `$HOME/.config/` Fonts: - Iosevka (Regular): - mkdir -p ~/.local/share/fonts && cp Iosevka-Regular.ttc ~/.local/share/fonts/ && fc-cache -f -v Consider: - chezmoi (Manage your dotfiles across multiple diverse machines, securely): https://github.com/twpayne/chezmoi