Code Monkey home page Code Monkey logo

dotfiles's Issues

custom-term

should divided into two parts:

  • zsh
  • zsh-theme

LSP

Configurar linguagens.

Plugins

Adicionar equivalentes aos plugins:

Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'                                " snippets
Plug 'airblade/vim-gitgutter'                                                      " git diff in a gutter(sign column)
Plug 'tpope/vim-commentary'                                                        " Comment stuff out
Plug 'tpope/vim-fugitive'                                                          " git inside vim
Plug 'tpope/vim-surround'                                                          " quoting/parenthesizing made simple
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }                  " fzf full installation
Plug 'junegunn/fzf.vim'                                                            " fzf vim plugin
Plug 'ryanoasis/vim-devicons'                                                      " dev icons
Plug 'tomasiser/vim-code-dark'                                                     " colorscheme
Plug 'dense-analysis/ale'                                                          " linter
Plug 'ekalinin/Dockerfile.vim', {'for' : 'Dockerfile'}                             " dockerfile
Plug 'davidhalter/jedi-vim'                                                        " python complete and refactors
Plug 'jeetsukumaran/vim-pythonsense'                                               " text objects and motions for python
Plug 'alfredodeza/pytest.vim'                                                      " pytest inside vim
Plug 'fisadev/vim-isort'                                                           " python sort imports
Plug 'psf/black'                                                                   " python formatter
Plug 'raimon49/requirements.txt.vim', {'for': 'requirements'}                      " requirements format syntax support for Vim
Plug 'fatih/vim-go', {'for': 'go', 'do': ':GoUpdateBinaries'}                     " go plugin
Plug 'mateusbraga/vim-spell-pt-br'                                                 " pt-br spell checker
Plug 'cespare/vim-toml'                                                            " vim syntax for TOML.
Plug 'tyru/open-browser.vim'
Plug 'aklt/plantuml-syntax'
Plug 'weirongxu/plantuml-previewer.vim'

Packer

Adicionar Packer no arquivo de configuração do neovim.
branch: neovim-lua

Colorscheme

Adicionar colorscheme onedark
branch: neovim-lua

.gitconfig

Update .gitconfig and add copy into arch script

README

Update readme with new scripts

Add script to spotify

#1. Add the Spotify repository signing key to be able to verify downloaded packages

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
#2. Add the Spotify repository

echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
#3. Update list of available packages

sudo apt-get update
#4. Install Spotify

sudo apt-get install spotify-client

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.