Skip to content

iuraya/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal dotfiles

jimeno0

Current dotfiles

  • git
  • bash
  • zshrc
  • vim
  • tmux
  • oni
  • neovim

Instalation

  • create symlinks
bash makesymlinks.sh
  • install HomeBrew:
  /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • install vimPlug (vim pluggins)
  curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
      https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  • install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • install jetbrains mono font
brew tap homebrew/cask-fonts
brew install --cask font-jetbrains-mono
  • use font and enable lignatures in iterm2

  • add itemrm theme from /iterm/laserwave.itermcolors

  • Install lazygit brew install jesseduffield/lazygit/lazygit

  • install nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
  • if needed install node
  nvm install 18.0.0 (or any other version)
  • Instal vim:

Open vim file and run :PlugInstall

  • Upgrade vim: (it uses to generate color issues)
  brew install vim
  corepack enable

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published