ddaza / dotfiles

custom configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom configs:

Cool cli tools

For OSX consider

Ctags

Bash_it

This is a cool tool to enhance your bash productivity https://github.com/Bash-it/bash-it

To backup your settings use this script provided by the creator https://github.com/nwinkler/dotfiles/blob/master/home/bin/backup-bash-it

change the variable BACKUP_FILE_NAME to where you want it to create your backup script

Use faster git status in the command line https://github.com/romkatv/gitstatus

VsCodium

I use the vscode alternative and sometimes their extensions are not updated as often or are as popular. So, to get the VsCode extensions you need to chance a config file like this:

  • The file is in /Applications/VSCodium.app/Contents/Resources/app/product.json

  • you need to change the extensionGallery key from this

    "extensionsGallery": {
      "serviceUrl": "https://open-vsx.org/vscode/gallery",
      "itemUrl": "https://open-vsx.org/vscode/item"
    },
    

    to this

    "extensionsGallery": {
      "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
      "itemUrl": "https://marketplace.visualstudio.com/items"
    },
    
  • change it back when done

Powerline fonts

https://github.com/powerline/fonts

TMUX

Tmux Plugin manager - https://github.com/tmux-plugins/tpm

https://github.com/tmux-plugins/tmux-copycat https://github.com/tmux-plugins/tmux-yank https://github.com/tmux-plugins/tmux-sensible

About

custom configs


Languages

Language:Vim Script 60.6%Language:Shell 37.3%Language:Ruby 1.0%Language:Less 0.8%Language:CoffeeScript 0.3%