https://github.com/tyilo/dotfiles
Various unix configuration files I use or have used
https://github.com/tyilo/dotfiles
Last synced: 5 months ago
JSON representation
Various unix configuration files I use or have used
- Host: GitHub
- URL: https://github.com/tyilo/dotfiles
- Owner: tyilo
- Created: 2013-02-20T21:15:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-12-10T21:32:43.000Z (6 months ago)
- Last Synced: 2025-12-11T08:45:39.574Z (6 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Installation
- Install required packages:
```sh
pacman -Syu --needed base-devel git openssh fish neovim python-neovim starship
```
- (Optional) Install [`paru`](https://github.com/Morganamilo/paru):
```sh
cd /tmp
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si
```
- Install [`us_da-layout`](https://github.com/Tyilo/us_da-layout) [AUR](https://aur.archlinux.org/packages/us_da-layout/)
- Install [`homeshick`](https://github.com/andsens/homeshick) and clone this repo with it:
```sh
git clone git://github.com/andsens/homeshick.git ~/.homesick/repos/homeshick
~/.homesick/repos/homeshick/bin/homeshick clone Tyilo/dotfiles
```
- Run [setup script](setup):
```sh
~/.homesick/repos/dotfiles/setup
```
## Setting up formatters / linters for ale
```sh
pip install --user -r ~/.local/requirements.txt
```
```sh
npm config set prefix ~/.local
npm install --global prettier svelte prettier-plugin-svelte htmlhint
```