Giter Club home page Giter Club logo

dot-files's Introduction

Kobra's dot-files

Kitty + Fish + Nvim. Setup configured with speed in mind. This is a work in progress and so configurations are volatile.


This repository contains configuration for zsh, and can integrate with any shell, in theory. Spaceship is used for zsh configurations and starship is used for fish configurations.

Mac Setup:

  • Install kitty: curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
  • Install the font bundled with this config
    • You just need to open the file for the system to install it
  • Install grc: brew install grc
  • Install zoxide: brew install zoxide
  • Install fish: brew install fish
    • You should also add fish to /etc/shells: echo /usr/local/bin/fish | sudo tee -a /etc/shells
    • Then make fish the default shell: chsh -s /usr/local/bin/fish
  • Install java
  • Install zellij: brew install zellij
  • Install fd: brew install fd
  • Install ms-jpq/sad/sad: brew install ms-jpq/sad/sad
  • Install exa: brew install exa
  • Install node using nvm
  • Install yarn
    npm i -g yarn
    yarn global add neovim
    
  • Install pynvim: pip3 install pynvim
  • Install ruby
    brew install rbenv
    brew install libyaml
    rbenv install 3.2.1 && rbenv global 3.2.1
    gem install neovim
    
  • Install BurntSushi/ripgrep: brew install ripgrep
  • Install go: brew install go
  • Install cargo via rustup: curl https://sh.rustup.rs -sSf | sh
  • Install bat: brew install bat
  • Install glow: brew install glow
  • Install wget: brew install wget
  • Install tsc: npm install -g typescript
  • Install revive
  • Install wollemi
  • Install grpcui
  • Install neovim: brew install neovim

To install any of these configurations, you will need to have installed GNU stow which can be installed with homebrew on a mac: brew install stow. Once stow has been installed, it can symlink the configuration files

stow -v -R -t ~ nvim
stow -v -R -t ~ kitty
stow -v -R -t ~ fish
stow -v -R -t ~ git
stow -v -R -t ~ zellij
// etc.

Extra Setup

Aside from cloning this repository, you should also add git config user information in the ignored user (git/gituser) file.

[user]
  name = <name>
  email = <email>

There is also a secrets (fish/.config/fish/conf.d/secrets.fish) file that is excluded where you can put any of your secrets. For example, to get the ChatGPT plugin to work, you will need to put set -gx OPENAI_API_KEY "<api-key>" in that file.

You can also turn off COLEMAK keymaps in mapping.lua with COLEMAK = false.

If something doesn't work right, first try running :checkhealth and resolving any warnings or errors found.

Special Thanks

https://github.com/bheadwhite for suggesting so many of the plugins and tools I have integrated into my daily workflow.

dot-files's People

Contributors

kobrakommander9 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.