dizzyvn / dotfiles-naoki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Status

As of writing (2022-02-20) it works for me on my machine.

  • macOS Monterey 12.2.1 (M1)
  • Tmux 3.2a
  • Emacs 28.0.91

Note: You can clone or fork them freely, but I donโ€™t guarantee that they fit you.

๐Ÿ› ๏ธ Installation

  1. Downloads this repository
  2. Deploy (i.e., copy or create symlink) dot files to your home directory; make deploy
  3. Optional: Run all programs for setup in ./etc/init/ directory

Also, you can do that by running the installation command below.

ToolsThe installation command
cURLbash -c โ€œ$(curl -fsSL raw.githubusercontent.com/naoking158/dotfiles/main/etc/install)โ€
Wgetbash -c โ€œ$(wget -qO - raw.githubusercontent.com/naoking158/dotfiles/main/etc/install)โ€

๐Ÿ”ƒ Updating

make update

It just run this command.

git pull origin main

๐Ÿ’ก Inspiration

License

MIT

About

License:MIT License


Languages

Language:Emacs Lisp 42.2%Language:Nix 31.8%Language:Shell 21.2%Language:Python 2.0%Language:Lua 0.9%Language:CSS 0.6%Language:YASnippet 0.6%Language:Awk 0.5%Language:Makefile 0.1%Language:Perl 0.1%