All Projects → whatsthatsmell → dots

whatsthatsmell / dots

Licence: MIT license
Code Smell Dotfiles

Programming Languages

lua
6591 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language
Vim Script
2826 projects
applescript
352 projects

Projects that are alternatives of or similar to dots

kali-config
Linux colorful dotfiles.
Stars: ✭ 40 (-75.46%)
Mutual labels:  tmux, nvim, alacritty
dotfiles
💾 personal configuration files
Stars: ✭ 42 (-74.23%)
Mutual labels:  tmux, nvim, alacritty
dotfiles
🍀 Vim/Neovim + Tmux + Zsh + Alacritty = Build your own fantastic development environment
Stars: ✭ 65 (-60.12%)
Mutual labels:  tmux, nvim, alacritty
dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (-89.57%)
Mutual labels:  tmux, alacritty
dotfiles
My dotfiles, with an out-of-date install-script. Arch, Tiling WM (i3, sway), ZSH, Neovim
Stars: ✭ 20 (-87.73%)
Mutual labels:  tmux, alacritty
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (-85.28%)
Mutual labels:  tmux, nvim
dotfiles
dotfiles for the command line home
Stars: ✭ 21 (-87.12%)
Mutual labels:  tmux, alacritty
Dotfiles
🐧 Configuration files
Stars: ✭ 81 (-50.31%)
Mutual labels:  tmux, nvim
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (-77.3%)
Mutual labels:  tmux, alacritty
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (-31.29%)
Mutual labels:  tmux, nvim
dotfiles
github.com/casprwang/dotfiles
Stars: ✭ 30 (-81.6%)
Mutual labels:  tmux, alacritty
dotfiles
Custom dotfile configurations and settings
Stars: ✭ 12 (-92.64%)
Mutual labels:  tmux, nvim
dotfiles
❤ ~/.🛠🐈 the daily jam 🍞🥜🍇🍞
Stars: ✭ 55 (-66.26%)
Mutual labels:  tmux, alacritty
dotfiles
💻 My personal dotfiles for macOS using Kitty, Fish, Neovim, Tmux 🛠
Stars: ✭ 54 (-66.87%)
Mutual labels:  tmux, nvim
dotfiles
Me confeegs.. me precious confeegs.
Stars: ✭ 123 (-24.54%)
Mutual labels:  tmux, alacritty
Takumi
Takumi, clean and elegant dotfiles
Stars: ✭ 22 (-86.5%)
Mutual labels:  tmux, nvim
Dotfiles
using vim
Stars: ✭ 245 (+50.31%)
Mutual labels:  tmux, nvim
dotfiles
Personal dotfiles for macOS and Manjaro.
Stars: ✭ 20 (-87.73%)
Mutual labels:  tmux, alacritty
dotfiles
This is what I use to get things done!
Stars: ✭ 59 (-63.8%)
Mutual labels:  tmux, nvim
Telegraph.nvim
Send commands system commands in an elegant way
Stars: ✭ 33 (-79.75%)
Mutual labels:  tmux, nvim

Rust Neovim version Lua YouTubeSubs

Public version of CodeSmell's Dotfiles 💩

Current Setup

Last Updated: November 3nd, 2022 or more recently.

  • Rust 🦀
    • compiler version: rustc 1.67.0-nightly (edf018221 2022-11-02)
    • rust-analyzer version: rust-analyzer (56c97a835 2022-11-02)
  • Neovim - Important Note: these Dotfiles target bleeding edge Neovim APIs. I try to update these runtime files as soon as the Neovim team pushes changes (including & especially breaking) to their master branch and I pull the latest.
    • I usually pull the latest a few times per week or if I see that a particularly juicy PR has landed. I do test Neovim feature branches. But, only code that works with Neovim → master will be pushed to this repo. Neovim 0.8 should work with most of what you see here.
    • However, a lot of API changes are coming out of Neovim on the 0.6 track (master). So, I'd recommend using Neovim Nightly to use all the goodness in these Dotfiles. Or, building from source - Code Smell video instructions. It's unlikely that I am more than a day or 2 behind.
    • The Neovim commit that I am on: NVIM v0.9.0-dev-213+gcc5b7368d
      • Theme: codesmell_dark
        • Telescope, nvim-cmp, GitSigns, many other plugins and builtins are colored from this theme using Treesitter 🌲
      • Config: Lua
      • Package Management: Packer
      • Featuring: Telescope 🔭, gitsigns, nvim-cmp, Treesitter and all the LSP goodness
  • Alacritty with tmux and some iTerm Hotkey Windows
  • Zsh

I update my private Dotfiles on a regular basis. They're in a private repo. However, I try to keep these up-to-date. Use Git's history to look at files as they were in the past. If you are looking for a file that is not here anymore, please look through the Git history. Call me out in the comments if you see something that isn't in this repo.

Another awesome feature from gitsigns and a map for it:

-- toggle Virtual deleted lines
key_map("n", ",td", [[<Cmd>lua require'gitsigns'.toggle_deleted()<CR>]], { noremap = true, silent = true })

https://git.io/CodeSmell

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].