Skip to content

mishachepi/dotfiles

Repository files navigation

dotfiles

Common

Minimalism, Universatility, Understandability, Secutiry, Privacy

Setup:

favorite theme kanagawa

Bash

just aliases

Vim

simple config

nvim

nvchad IDE see nvim/readme.md

Tmux

session manager

Oh-my-zsh

maybe I will switch to own more simple config, ohmyz is overkill

Alacritty

it's OK, just simple and fast terminal writed on Rust

MacOS specifics

  • use homebrew brew install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

install apps

brew install nvim tmux alacritty

Linux specifics

  • TODO: desktop env

Windows specifics

  • use WSL (wsl --install)
  • use winget via powershell
  • use Windows Terminal instead of alacritty

Links

TODO

main env

  • bashrc
  • nvim opt (from vimrc)
  • starship theme
  • zsh chepi theme
  • tmux plugin save sessions
  • aliases chairset

developer env

  • create dev env with dev containers and nix

security env

  • bashrc
  • vim

Installation

Require:

  • install zsh and oh-my-zsh
  • install tmux
  • install nvim

oh-my-zsh install

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Optional:

  • install alacritty

Install

cd $HOME
git clone [email protected]:mishachepi/dotfiles.git

cd $HOME
mkdir -p $HOME/.config
ln -s -f $HOME/dotfiles/bashrc $HOME/.bashrc
ln -s -f $HOME/dotfiles/vim/vimrc $HOME/.vimrc
ln -s -f $HOME/dotfiles/nvim $HOME/.config/
ln -s -f $HOME/dotfiles/tmux/tmux.conf $HOME/.tmux.conf
ln -s -f $HOME/dotfiles/zsh/zshrc $HOME/.zshrc
ln -s -f $HOME/dotfiles/alacritty $HOME/.config/

for install additional packeges see apps.md

About

Nvim Zsh Tmux Alacritty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published