dotfiles.assafdori.com Open in urlscan Pro
2606:50c0:8000::153  Public Scan

URL: https://dotfiles.assafdori.com/
Submission: On August 24 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

DOTFILES


TMUX, NEOVIM, WEZTERM, ZSH = 🚀






INSTALL INSTRUCTIONS

> Install requires Neovim 0.9+. Always review the code before installing a
> configuration.

Clone the repository and install the plugins:

git clone git@github.com:assafdori/dotfiles ~/.config/assafdori/dotfiles


Open Neovim with this config:

NVIM_APPNAME=assafdori/dotfiles/nvim nvim



PLUGINS


COLOR

 * xiyaowong/nvim-transparent
 * folke/twilight.nvim
   
   
   COLORSCHEME

 * catppuccin/nvim
   
   
   COMMENT

 * folke/todo-comments.nvim
 * numToStr/Comment.nvim
   
   
   COMPLETION

 * hrsh7th/nvim-cmp
   
   
   DEBUGGING

 * theHamsta/nvim-dap-virtual-text
 * mfussenegger/nvim-dap
 * rcarriga/nvim-dap-ui
   
   
   DIAGNOSTICS

 * folke/trouble.nvim
   
   
   EDITING-SUPPORT

 * windwp/nvim-autopairs
 * folke/zen-mode.nvim
   
   
   FILE-EXPLORER

 * nvim-tree/nvim-tree.lua
   
   
   FUZZY-FINDER

 * nvim-telescope/telescope.nvim
   
   
   GIT

 * lewis6991/gitsigns.nvim
 * sindrets/diffview.nvim
 * NeogitOrg/neogit
   
   
   GOLANG

 * ray-x/go.nvim
   
   
   ICON

 * nvim-tree/nvim-web-devicons
   
   
   INDENT

 * lukas-reineke/indent-blankline.nvim
   
   
   LSP

 * onsails/lspkind.nvim
 * rmagatti/goto-preview
 * neovim/nvim-lspconfig
 * j-hui/fidget.nvim
   
   
   LSP-INSTALLER

 * williamboman/mason.nvim
   
   
   MARKDOWN-AND-LATEX

 * iamcco/markdown-preview.nvim
   
   
   MARKS

 * ThePrimeagen/harpoon
   
   
   NOTE-TAKING

 * epwalsh/obsidian.nvim
   
   
   NVIM-DEV

 * nvim-lua/plenary.nvim
 * ray-x/guihua.lua
 * MunifTanjim/nui.nvim
   
   
   PLUGIN-MANAGER

 * folke/lazy.nvim
   
   
   SNIPPET

 * L3MON4D3/LuaSnip
   
   
   STATUSLINE

 * nvim-lualine/lualine.nvim
   
   
   SYNTAX

 * nvim-treesitter/nvim-treesitter
 * nvim-treesitter/nvim-treesitter-textobjects
   
   
   UTILITY

 * mistricky/codesnap.nvim
 * folke/noice.nvim
 * rcarriga/nvim-notify
   
   
   LANGUAGE SERVERS

 * clangd
 * dockerls
 * gopls
 * groovyls
 * html
 * lua_ls
 * pyright
 * rust_analyzer
 * terraformls
 * tsserver
 * yamlls


STOW INSTALLATION 📦

stow --target ~/.config .



HOMEBREW INSTALLATION 🍺

# Fresh installation
xargs brew install < leaves.txt

# Leaving a machine
brew leaves > leaves.txt



CREATED BY OMERXX, MODIFIED BY ME.