All Projects → takuzoo3868 → dotfiles

takuzoo3868 / dotfiles

Licence: MIT license
🍀 My dotfiles macOS / Linux (Ubuntu, Arch) / Android

Programming Languages

shell
77523 projects
Vim Script
2826 projects
ruby
36898 projects - #4 most used programming language
Makefile
30231 projects
HTML
75241 projects

Projects that are alternatives of or similar to dotfiles

dotfiles
Dotfiles for Neovim (0.7+), Fish shell, git, Kitty, tmux, and more.
Stars: ✭ 54 (+237.5%)
Mutual labels:  tmux, fish, tmux-configs
dotfiles
Poom's Neovim, Tmux, Fish and other configurations for macOS & Linux. Literally my entire world.
Stars: ✭ 36 (+125%)
Mutual labels:  tmux, fish
dotfiles
💎 My vim/neovim, fish, git, and tmux configuration files
Stars: ✭ 49 (+206.25%)
Mutual labels:  tmux, fish
muxed
Another TMUX project manager
Stars: ✭ 58 (+262.5%)
Mutual labels:  tmux, tmux-configs
Gitmux
💻 Git in your tmux status bar
Stars: ✭ 180 (+1025%)
Mutual labels:  tmux, fish
dotfiles
My collection of dotfiles
Stars: ✭ 77 (+381.25%)
Mutual labels:  tmux, fish
dotfiles
No description or website provided.
Stars: ✭ 20 (+25%)
Mutual labels:  tmux, fish
dotfiles
These dotfiles could be your life.
Stars: ✭ 42 (+162.5%)
Mutual labels:  tmux, fish
dotfiles
NeoVim + git + zsh + tmux bliss
Stars: ✭ 19 (+18.75%)
Mutual labels:  tmux, tmux-configs
dotfiles
My work setup
Stars: ✭ 14 (-12.5%)
Mutual labels:  tmux, fish
Dotfiles
My [NeoVim + Tmux + Fish Shell] Setup /w install scripts
Stars: ✭ 180 (+1025%)
Mutual labels:  tmux, fish
dotfiles
My life's work 🔥🔥
Stars: ✭ 28 (+75%)
Mutual labels:  tmux, fish
Powerline
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
Stars: ✭ 12,989 (+81081.25%)
Mutual labels:  tmux, fish
dotfiles
🗿 dotfilery, configuration, environment settings, automation, etc. 🛖
Stars: ✭ 67 (+318.75%)
Mutual labels:  tmux, weechat
Dots
Personal *nix configuration files
Stars: ✭ 136 (+750%)
Mutual labels:  tmux, fish
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (+600%)
Mutual labels:  tmux, fish
Mac Bootstrap
💻 Provision a new Mac for web development with dotfiles + Fish/Zsh, Neovim, and Tmux
Stars: ✭ 96 (+500%)
Mutual labels:  tmux, fish
Fzf
🌸 A command-line fuzzy finder
Stars: ✭ 40,965 (+255931.25%)
Mutual labels:  tmux, fish
dotfiles
shell, git, vim, tmux .etc dotfiles, managed via gnu stow
Stars: ✭ 20 (+25%)
Mutual labels:  tmux, tmux-configs
dotfiles
My dotfiles for Neovim, fish, tmux, and friends, optimized for web development on macOS.
Stars: ✭ 108 (+575%)
Mutual labels:  tmux, fish

Dotfiles

MIT License

img01

Author: takuzoo3868
Date: 20/Feb/2021

This is a repository with my configuration files, those are verified on Linux / MacOS.

dotfiles/
 ├── bin/            --> Useful command scripts
 ├── config/         --> Dotfiles
 │   ├── bash
 │   ├── fish
 │   ├── git
 │   ├── nvim
 │   ├── nyaovim
 │   ├── radare2
 │   ├── ranger
 │   ├── sqlite
 │   ├── tmux
 │   ├── vim
 │   └── weechat
 ├── doc/            --> Document files (img/md) 
 ├── etc/
 │   ├── init        --> Setup & Install scripts
 │   └── lib         --> Library scripts
 └── Makefile

Setup

Just copy and execute this !!!

$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/takuzoo3868/dotfiles/master/etc/setup)"

If you want to install a dev-packages, add init as an optional argument.

$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/takuzoo3868/dotfiles/master/etc/setup)" -s init

Setup using Makefile

$ git clone https://github.com/takuzoo3868/dotfiles.git $HOME/.dotfiles
$ cd $HOME/.dotfiles
$ make install

Incidentally, make install will perform the following tasks.

  • make update Updating dotfiles from this repository
  • make deploy Deploying dotfiles to host
  • make init Initializing some settings

Other options can be checked with make help.

Recommend

I recommend installing Cica or Nerd fonts to display graphical icons on terminal.

A script to automate the installation is placed in etc/init/deep.d/98_font.sh.

$ make deep

Screenshot

img02

img03

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].