Giter VIP home page Giter VIP logo

dotfiles's Introduction

My Dotfiles

This Repo contains my dotfiles like my nvim setup, tmux configs and more.

Requirements

Make sure you have the following installed on your systen

Git

brew install git

Stow

brew install stow

ripgreg

brew install ripgreg

Additional Configurations (DO BEFORE STOW)

Raycast

Download and install raycast from the official website. Then go to Raycast Settings -> Account and login to your account (with GitHub). After that enable Cloud Sync to get all synced settings, shortcuts, theme and more.

Nerd Font

To use Wezterm properly, you need to install the BlexMono Nerd Font. You can do this with the following command:

brew install --cask font-blex-mono-nerd-font

Install Angular CLI

npm i -g @angular/cli

NeoVim

brew install neovim

Grant Sudo Permissions for Nvim to prevent sudo conflicts

sudo chown -R $(whoami) ~/.local/share/nvim
sudo chown -R $(whoami) ~/.config/nvim
sudo chown -R $(whoami) ~/.cache/nvim

Tmux

brew install tmux
git clone https://github.com/tmux-plugins/tmp ~/.tmux/plugins/tmp
brew install fzf
chmod -x ~/.tmux/plugins/tmp

Installation

Clone the repo to your $HOME-Directory,

git clone https://github.com/RobinRuf/dotfiles.git
cd dotfiles

Then use GNU Stow to create symlinks.

stow .

This will create references in the equivalent directories in your $Homne-Directory like in the dotfiles directory.

Final Checks & Configurations

Tmux

After that all, start tmux and type PREFIX + I to install all packages. Try PREFIX + o, if it does not open sessionx, try the following:

chmod +x ~/.config/tmux/plugins/tmux-sessionx/scripts/tmuxinator.sh
chmod +x ~/.config/tmux/plugins/tmux-sessionx/scripts/sessionx.sh

dotfiles's People

Contributors

robinruf avatar

Watchers

 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.