Skip to content

Latest commit

 

History

History
84 lines (74 loc) · 2.05 KB

instalacao.md

File metadata and controls

84 lines (74 loc) · 2.05 KB

Referência para Instalação

Principais aplicativos que costumo instalar. Foi utilizado a imagem da comunidade do Manjaro Sway como base.

Dotfiles

  1. Garanta que a pasta ~/.xkb/symbols existe
  2. Remover arquivos (ou fazer backup) da pasta ~/.config/waybar
  3. Clone repo
    git clone [email protected]:rodrigoramos/dotfiles.git
  4. Run install
    cd dotfiles && ./install -v

Rclone + KeePassXC (habilitar senhas)

  1. Instalar Rclone via pacman
    pacman -S rclone
  2. Setup (rclone config) para OneDrive-Pessoal
  3. Setup Systemd [https://github.com/rclone/rclone/wiki/Systemd-rclone-mount]
    1. Garanta que esse arquivo existe: .config/rclone/OneDrive-Pessoal.env (proveniente do dotfiles)
    2. Criar o arquivo [email protected] em /etc/systemd/user
    3. Reiniciar o Daemon systemctl --user daemon-reload
    4. Habilitar o Serviço systemctl --user enable [email protected]
    5. Reiniciar o Serviço systemctl --user start [email protected]
  4. Instalar o KeePass
    sudo pacman -S keepassxc

SSH

  1. Criar nova chave ssh local
    ssh-keygen
  2. Adicionar chave pública no GitHub [https://github.com/settings/keys]

Instalar NVM (Node e NPM)

  1. Instalar NVM
    pacman -S nvm
  2. Edit the .zshrc (or .bashrc)
    echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.zshrc
  3. Restart the shell
  4. Install Node/NPM
    nvm install --lts
  5. Definir instalação como default
    nvm alias default $(node --version)

Setup NeoVim

  1. Open NeoVim
    nvim
  2. Ignore os erros
  3. Install Plugins:
    :PlugInstall
    

Outros Programas Utilizados

  • headsetcontrol (AUR)
  • Ripgrep (rg) - necessário para a config do NeoVim
  • Chromium
  • bat
yay -S headsetcontrol ripgrep chromium bat git-delta