Various dot files for zsh, tmux, nvim and git
-
Install apps
- Bear (App Store)
- Dropbox
- Sublime - Sublime Text - Text Editing, Done Right
- Alfred
- Terminal:
I used to use iTerm2, but now I'm using Kitty
- Kitty
Copy the config from the
kittyfolder into~/.config/kitty - iTerm2
- Hardcore theme https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/Hardcore.itermcolors
- Size 180x50
- Font
- Originally I liked Fira Code fonts
- But then I discovered, baught, and now using Comic Code which is kinda fun.
- Kitty
Copy the config from the
- Brew The Missing Package Manager for macOS (or Linux) — Homebrew
- Finder extension - SourceCodeSyntaxHighlight
- "Magical" shell history - Atuin
- Asdf
-
Install brew apps I use often:
- ag: the Silver Searcher. Better & faster than grep
- bat: a
catimprovement - duf: a
dfimprovement - fd: a find CLI tool
- fzf: fuzzy search in shell
- gh: GitHub CLI
- neovim: text editor
- ranger: terminal file browser
- tig: Git terminal viewer
- tldr: summarize man pages
- tmux: terminal multiplexer
brew install neovim fzf tmux gh tig ranger ag bat fd tldr duf- Install keybinding GitHub - junegunn/fzf: A command-line fuzzy finder
- Install VIM plugins
- Install ohmyzsh
- Install Powerlevel and its fonts
- Install zsh-autosuggestions
- clone this repo GitHub - berdim99/dotfiles: Micha’s dotfiles
- copy nvim files to
~/.config/nvim/ - run
:PlugInstallfrom within nvim
- copy nvim files to
- Copy root files to
~/ - Double check .gitconfig and .zshrc for errors
- Install Powerline fonts GitHub - powerline/fonts: Patched fonts for Powerline users.
- Install needed software
sudo apt update sudo apt install zsh fzf silversearcher-ag gnome-tweaks fd-find gh bat duf htop
- Change shell to zsh using
chsh - Use 'TWeaks' app to map caps lock -> Esc
- https://ohmyz.sh/#install
- Install https://github.com/romkatv/powerlevel10k#oh-my-zsh and it's fonts
- https://github.com/zsh-users/zsh-autosuggestions