antoineandrieu / dotfiles

Personal configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Configuration files

Requirements

  • Neovim
  • tmux
  • alacritty
  • zsh
  • "git" command in $PATH
  • nodejs

How to use it

  1. Clone the repository.

    $ git clone git@github.com:antoineandrieu/dotfiles.git $DIR
    
  2. Install Javascript linters.

$ sudo npm install -g prettier eslint

For each Javascript projet you need to initialize eslint with this command :

eslint --init
  1. Install shell linter.
$ sudo apt install shellcheck
  1. Install python linters.
$ sudo apt install python3-flake8 python-flake8
  1. Install ctags.
$ sudo apt install exuberant-ctags

chsh -s $(which zsh) ln -s $DIR/dotfiles/vim ~/.config/nvim ln $DIR/dotfiles/alacritty/alacritty.yml .config/alacritty/alacritty.yml ln -s /home/tonio/Sources/dotfiles/zsh/zshrc ~/.zshrc ln -s /home/tonio/sources/i3/config /home/tonio/.config/i3/config

About

Personal configuration files


Languages

Language:Vim Script 59.9%Language:Shell 40.1%