Skip to content

music-brain88/dotfiles

Repository files navigation

dotfiles

Actions Status

Description

.files / dotfiles, sensible hacker defaults

Installation

Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!

Requirement

How to Use

  1. clone

    git clone https://github.com/music-brain88/dotfiles.git ~/dotfiles
  2. move to dotfiles repo

    cd ~/dotfiles
  3. run install command

    make install
  4. run deploy command

    make deploy
  5. install python via pyenv then activate it

    pyenv install <python3 version>
    pyenv virtualenv <python3 version> neovim3
    source ~/.pyenv/versions/neovim3/bin/activate.fish
  6. install pynvim

    pip install pynvim
  7. open neovim then call script and restart neovim

    :call dein#install()
    

Include

HELP

type make in dotfiles directory

~/dotfiles make
init    => Initialize enviroment settings.
deploy  => Create symlinks to home directory.
update  => Fetch all changes from remote repo.
install => Run update, deploy, init
build   => Build docker image.
run     => run docker container
start   => start docker container.
stop    => stop docker container.
remove  => remove docker container.
exec    => execute docker enviroment.
backup  => export installed arch linux packages,this command for arch linux user

Licence

MIT

Author

1saver