Minimalism, Universatility, Understandability, Secutiry, Privacy
favorite theme kanagawa
just aliases
simple config
nvchad IDE see nvim/readme.md
session manager
maybe I will switch to own more simple config, ohmyz is overkill
it's OK, just simple and fast terminal writed on Rust
- 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
- TODO: desktop env
- use WSL (wsl --install)
- use winget via powershell
- use Windows Terminal instead of alacritty
- bashrc
- nvim opt (from vimrc)
- starship theme
- zsh chepi theme
- tmux plugin save sessions
- aliases chairset
- create dev env with dev containers and nix
- bashrc
- vim
- install zsh and oh-my-zsh
- install tmux
- install nvim
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- install alacritty
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