Giter Club home page Giter Club logo

dotfiles's Introduction

dotfiles

My terminal setup:

Neovim

ln -s ~/projects/personal/dotfiles/nvim ~/.config/nvim

zsh

ln -s ~/projects/personal/dotfiles/.zshrc ~/.zshrc

zsh plugins

git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

starship

Installation

brew install starship

fzf

Installation

brew install fzf

ripgrep

search-tool

[GitHub]

brew install ripgrep

bat

cat clone with syntax hightlighting

need for syntax hightlighting in fzf preview

brew install bat

Configuration

ln -s ~/projects/personal/dotfiles/batconfig ~/.config/bat/config

tmux neovim colors fix

tmux attach
tmux set-option -ga terminal-overrides ",xterm-256color:Tc"
tmux detach
tmux attach

Old setup

tmux

for controling sessions in terminal

[GitHub]

Installation

Just install from source instead of using brew

setup config

ln -s /path/dotfiles/.tmux.conf ~/.tmux.conf

Using Tmux Plugin Manager

update tmux config:

tmux source ~/.tmux.conf

or

tmuxsource

Alacritty

Installation

brew cask install alacritty

setup config

ln -s /path/dotfiles/alacritty.yml ~/.config/alacritty/alacritty.yml

fish-shell

Installation

brew install fish

setup config

ln -s /path/dotfiles/.config.fish ~/.config/fish/config.fish

Dependencies (Homebrew)

The list of required binaries that should be installed (Homebrew)

  • neovim
  • bat
  • starship
  • fzf
  • ripgrep
  • bat
  • tmux
  • alacritty
  • lua-language-server

dotfiles's People

Stargazers

Roman avatar

Watchers

MKVL avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.