Skip to content

cr4ftx/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Dotfiles

Dotfiles

Prerequisites

Ubuntu

sudo add-apt-repository ppa:mmstick76/kitty
sudo apt update
sudo apt install git-delta bat eza starship
sudo apt install kitty
sudo apt install alacritty
sudo apt install curl git neovim zsh tmux stow ripgrep

Arch based

sudo pacman -S git-delta bat eza starship
sudo pacman -S kitty
sudo pacman -S alacritty
sudo pacman -S curl git neovim zsh tmux stow ripgrep

MacOS

Install brew https://docs.brew.sh/Installation

# for fzf tab completion
brew install gawk grep gnu-sed coreutils
# tooling
brew install git-delta bat eza starship
# better terminal emulator
brew install kitty
brew install alacritty
# required
brew install curl git neovim zsh tmux stow ripgrep

Installation

bash -c "$(curl -fsSL https://raw.githubusercontent.com/cr4ftx/dotfiles/master/install.sh)"
# or custom destination dir
bash -c "DOTFILES_DIR=[PATH_FOLDER] $(curl -fsSL https://raw.githubusercontent.com/cr4ftx/dotfiles/master/install.sh)"
# for bat custom theme
bat cache --build

About

๐Ÿ–– My personal dotfiles config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published