Skip to content

miyake13000/dotfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot_files

Setup

  1. Install zsh, tmux, curl, wget, git, build-essential, gunzip

    sudo apt install zsh tmux curl wget git build-essential gzip
  2. Clone this repository

    git clone https://github.com/miyake13000/setupper.git ~/.dot_files
    cd ~/.dot_files
  3. Setup

    make setup-all

    (Optional) It is possible to setup individually.

    make setup-nvim
  4. Change default shell

    chsh -s /bin/zsh
  5. Reopen shell

  6. Install Ruby, Python, Node.js

    (Note) Below version is a example. You should check available versions with *env install -l command.

    rbenv install 3.1.2 && rbenv global 3.1.2
    pyenv install 3.10.5 && pyenv global 3.10.5
    nodenv install 16.16.0 && nodenv global 16.16.0

Update

  1. Update
    cd ~/.dot_files && make update-all
    (Note) It is possible to update individually.
    make update-nvim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published