Sets up and keeps up to date the development tools.
- Homebrew
- git
- curl
- iterm2
- tmux
- ohmyzsh
Meslo LG M DZ Regular Nerd Font Complete.ttf
- sets up the font, required byNvimTree
andLualine(Status line)
Clone this repo to the home ~
directory:
$ cd ~
$ git init
$ git remote add origin https://github.com/rustamgasanov/dot-files.git
$ git pull origin main
Run make
command to see the available options:
$ make
install Install iterm2, tmux, zsh, font
install-nvim Install rustamgasanov/nvim-installer
remove-nvim Remove rustamgasanov/nvim-installer
Running make install
will install or upgrade the components. Then:
- configure
.gitconfig
with your credentials - iTerm Preferences → Profiles → Text - select
Meslo Nerd
font - iTerm Preferences → Profiles → Colors - select
tokyonight_moon
preset(add by double-clicking the file)
Running make install-nvim
additionally installs or upgrades my Neovim distribution.
Manual instructions on iTerm2 + oh my zsh + solarized + Meslo powerline font