Move from i3 to sway #1

Merged
an.tsouchlos merged 27 commits from feature/sway into main 2024-06-05 22:57:02 +00:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit a270b45c6f - Show all commits

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# Dotfiles
## Usage
```bash
$ stow -S .
```

View File

@ -27,7 +27,8 @@ alias ssh='kitty +kitten ssh'
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias ll='ls -alF'
alias ll='ls -l'
alias la='ls -la'
export PATH=$PATH:/home/andreas/.local/bin
export EDITOR=nvim