pysan3 / dotfiles

☕ My Dot Files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Dotfiles

image

Warnings

This installation might cause serious changes to your workflow. (It won't overwrite any files though.)

Included Config Files

Installation

# Install git, zsh
sudo apt install -y zsh git
sudo pacman -S zsh git

# My config files only run on zsh shell
# Change default shell to zsh
chsh -s $(which zsh)  # This may break many things!!! Know what you are doing.

cd "$HOME"
git clone https://github.com/pysan3/dotfiles.git
cd dotfiles

# Create Symlink for all Config Files
# Already existing files will NOT be overwritten, and will not apply any changes
~/dotfiles/install_all.zsh

# Install Package Requirements
# Watch the installation, it needs some inputs from the user along the way
~/dotfiles/install_base.zsh

Requirements

  • Use zsh shell
  • This repository must be downloaded to $HOME/dotfiles
  • git
  • npm
  • nvim

About

☕ My Dot Files

License:MIT License


Languages

Language:Lua 52.0%Language:Shell 22.7%Language:Python 9.1%Language:Vim Script 5.9%Language:JavaScript 5.1%Language:Vim Snippet 2.6%Language:TeX 2.4%Language:Perl 0.3%