GithubHelp home page GithubHelp logo

dotfiles's Introduction

MacOS Setup

Settings

  1. Finder settings
  2. OS Settings
  3. Keyboard

Homebrew

  1. Install Homebrew

  2. Formulae (CLI tools and applications)

    • git
    • exa
    • bat
    • ripgrep
    • fzf
    • zoxide
    • neovim
    • tmux
    • wget
    • tldr
    • lazygit
    • neofetch
    • tree
  3. Casks (GUI applications)

    • arc
    • discord
    • firefox-developer-edition
    • fliqlo
    • google-chrome
    • hiddenbar
    • hyperkey
    • iterm2
    • microsoft-excel
    • microsoft-word
    • miniconda
    • notion
    • notion-calendar
    • obsidian
    • raycast
    • slack
    • visual-studio-code
    • zoom

Terminal

  1. Iterm2

    • Settings
    • Theme
    • Nerd font: MesloLGS
  2. Zsh

    • zprofile
      • ZDOTDIR
      • eval: brew, conda
    • zshrc
      • setopt: autocd, cdsilent
      • source: aliases, exports, completions
      • vi mode
      • plugins: zsh-syntax-highlighting, zsh-autosuggestions
      • eval: fzf, zoxide, starship
    • aliases
      • src
      • showfiles/hidefiles
      • l/la/ls/ll
      • cat
      • nv/vim/vi/v
      • g/gs/ga/gc/gp
    • exports
      • HISTFILE/HISTSIZE/SAVEHIST
      • EDITOR/VISUAL
      • XDG_CONFIG_HOME
      • LS_COLORS/EXA_COLORS
      • PATH: brew, conda
  3. Starship prompt

Neovim

  1. init.lua

    • leader key
    • core.options
    • Lazy
    • plugins
    • core.keymaps
    • ftplugin
    • core.custom
  2. options.lua

    • number, relative number
    • sync system clipboard, mouse, backspace
    • expandtab, tabstop, shiftwifth, softtabstop, breakindent, autoindent, smartindent
    • incsearch, hlsearch, ignorecase, smartcase
    • inccommand = 'split'
    • termguicolors, splitright, splitbelow, signcolumn, showmode
    • scrolloff, cursorline
    • updatetime, timeoutlen
    • undodir, undofile
    • virtualedit
    • completeopt
    • iskeyword
    • errorbells, swapfile, backup, autochdir
  3. plugins

    • onedark
    • vim-tmux-navigator
    • whichkey
    • autopairs
    • indent-blankline
    • Comment, todo-comments
    • lualine, nvim-tree, nvim-web-devicons
    • treesitter
      • nvim-treesitter, nvim-treesitter-textobjects, nvim-ts-autotag
    • lsp
      • nvim-lspconfig
      • mason, mason-lspconfig
      • neodev
      • fidget
    • cmp
      • nvim-cmp, cmp-nvim-lsp, cmp-buffer, cmp-path, cmp-cmdline
      • LuaSnip, cmp_luasnip, friendly-snippets
      • lspkind
    • telescope, plenary, telescope-fzf-native
    • noice
    • tabout
    • Try: visual line multi, barbecue
  4. keymaps.lua

    • Remove 'Q' and 'Space'
    • C-s to save
    • Esc to remove highlight
    • Line wrapping
    • Window resize
    • S-l & S-h for buffer navigation
    • <> for indenting
    • Moving lines
    • Don't copy into register
    • +- to change numbers
    • Close windows and buffers
    • Split vertical and horizontal
    • nn to disable noice
    • C-b to toggle tree
    • Telescope keybinds
    • LSP keybinds
  5. ftplugin

    • Makefile: use actual tabs
    • Python: colorcolumn
    • Tabsize for different files
  6. custom

    • highlight on yank

Tmux

  • Mouse
  • Window numbering
  • Shift arrow for window switching
  • C-a prefix
  • Splitting panes
  • Resize panes
  • Zoom pane
  • Status line
  • Plugins:
    • tpm
    • tmux-sensible
    • vim-tmux-navigator
    • tmux-resurrect, tmux-continuum

Browsers

  • Arc
  • Firefox Developer Edition
  • Google Chrome
  • Extensions:
    • uBlock Origin
    • Video Speed Controller
    • Dark Reader
    • Better Canvas
    • Refined Github
    • Leethub
    • Simplify

VSCode

  • General:
    • Atom One Darker Theme
    • vscode-icons
    • Reload
    • TabOut
    • Better Comments
    • Vim
  • Python:
    • Python
    • Pylance
    • Python Debugger
    • Pylint
    • Black Formatter
    • isort
    • Python Indent
    • autoDocstring
  • C/C++:
    • C/C++
    • CodeLLDB
    • clangd
    • Clang-Format
  • Remote:
    • Docker
    • Remote - SSH
    • Remote Explorer
    • Dev Containers
    • Live Share
  • Web:
    • Live Preview
    • Prettier
    • Color Highlight
    • ESLint
  • Rust:
    • Even Better TOML

dotfiles's People

Contributors

tilwe28 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.