dxlnr / configs

Configs put in place.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Software Tools:
  - Terminal Emulator: Alacritty
  - Shell: fish + tmux (tpm for plugins: Install: <prefix> I) ( fish: $ chsh -s $(which fish) )
  - Editor: Neovim (+ VsCode)

  - 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/`

About

Configs put in place.


Languages

Language:Lua 42.5%Language:Shell 39.1%Language:Haskell 9.6%Language:Python 8.8%