Browse Source

expanded README

master
marc 4 years ago
parent
commit
2eedd12df7
1 changed files with 20 additions and 0 deletions
  1. 20
      README.md

20
README.md

@ -1,5 +1,25 @@
Source: [https://www.atlassian.com/git/tutorials/dotfiles] Source: [https://www.atlassian.com/git/tutorials/dotfiles]
# Required tools
## Alacritty
Download from here: [https://github.com/jwilm/alacritty/releases]
```sh
dpkg -i Alacri*
```
## bspwm
## sxhkd
## zsh
TODO needs some font
to permamently switch shell to zsh:
```sh
chsh -s $(which zsh)
```
link configs to XDG_CONFIG_HOME
```sh
ln -s /home/marc/.config/zsh/.zshenv /home/marc/.zshenv
ln -s /home/marc/.config/zsh/.zshrc /home/marc/.zshrc
```
# Initialization # Initialization
```sh ```sh
git init --bare $HOME/dotfiles git init --bare $HOME/dotfiles

Loading…
Cancel
Save