Skip to content

My config files for bash, git, ruby and other useful scripts

License

Notifications You must be signed in to change notification settings

darthdeus/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My config files for bash, git, ruby and other useful scripts.

Company completion bug:

:foo, M-x company-complete

  • none: no, yes
  • helm: yes, yes
  • ido: no, yes
  • ivy: no, yes
  • vertico: yes, yes

Rust-Analyzer LSP config

local ra_opts = {
  capabilities = capabilities,
  on_attach = on_attach,
  settings = {
    ["rust-analyzer"] = {
      checkOnSave = {
      },
      cargo = {
        extraEnv = { IN_RUST_ANALYZER = "1" },
      },
      rustfmt = {
      }
    }
  }
}

TODO

  • rofi-emoji, rofi-pass
  • try https://github.com/sharkdp/bat
  • zplug/antigen/other/none?
  • ag build in tmp with copy to $HOME
  • working vim/nvim build in $HOME
  • create a working and up-to-date install script
  • fix tmux/zoom.sh
  • fix tmux/copy.sh

Things to try

About

My config files for bash, git, ruby and other useful scripts

Resources

License

Stars

Watchers

Forks

Packages

No packages published