Skip to content

yymm/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Target: Ubuntu, Mac

  1. Install "Pre-Requirements"
  2. Add config/git/.gitconfig_private and config/git/.gitcofig_work and write [user] block
  3. cd .dotfiles && python3 bin/bootstrap.py

Pre-Requirements

Install git and gh, tmux, neovim, starship

  • git, gh, tmux, neovim: install from package manager(apt or brew)
  • starship: install instructions on the site
$ gh auth login
$ gh auth setup-git # https://cli.github.com/manual/gh_auth_setup-git

Install tmux-powerline, tmux-apu-mem-load

git clone https://github.com/erikw/tmux-powerline.git ~/.tmux-powerline

Install tmux-men-cpu-load (require: cmake)

$ git clone https://github.com/thewtex/tmux-mem-cpu-load.git
$ cd tmux-mem-cpu-load
$ cmake .
$ make
$ sudo make install

Install python3 and nodejs

  • nodejs -> install mise and get latest lts
  • python -> install system default (apt or brew)

Fonts

Current favorite fonts

About

my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors