mirror of https://github.com/E-Almqvist/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elias Almqvist
f261611513
|
2 weeks ago | |
---|---|---|
alacritty/.config/alacritty | 8 months ago | |
betterlockscreen/.config/betterlockscreen | 7 months ago | |
code/.config/Code/User | 9 months ago | |
discocss/.config/discocss | 2 years ago | |
doomemacs/.config/doom | 2 weeks ago | |
dunst/.config/dunst | 2 years ago | |
emacs/.config/emacs | 2 years ago | |
eww/.config/eww | 1 year ago | |
leftwm/.config/leftwm | 8 months ago | |
nix/.config/nix | 4 months ago | |
nix-darwin | 2 weeks ago | |
nvchad/.config/nvim/lua | 2 weeks ago | |
nvim/.config/nvim | 10 months ago | |
oh-my-zsh/.oh-my-zsh | 5 months ago | |
picom/.config/picom | 1 year ago | |
rofi/.config/rofi | 1 year ago | |
roomcomputer/.config/roomcomputer | 3 years ago | |
tmux/.config/tmux | 2 years ago | |
vim | 1 year ago | |
zathura/.config/zathura | 1 year ago | |
zsh | 1 year ago | |
.Xresources | 4 years ago | |
.gitignore | 1 year ago | |
.wallpaper.png | 7 months ago | |
README.md | 4 months ago | |
gnome-settings.ini | 8 months ago | |
preview.png | 1 year ago |
README.md
Stuff I use
- OS: Arch Linux
- Kernel: lqx (standard linux as fallback)
- WM: LeftWM
- Terminal: Alacritty
- Editor: Emacs or nvim
- Compositor: picom
- Bar: eww
- Launcher: rofi
Installing dotfiles
git clone git.wych.dev/repos/dotfiles.git && cd dotfiles
Then use stow to create symlinks for each dotfile: $ stow (stow options) (package)
-S, --stow : Install
-D, --delete : Uninstall
Read more in the manual page for stow.
$ man stow
i.e. $ stow -S vim
Anything nix related
I use nix: home-manager. I suggest you do too. stow
is fine until it isn't.
If you want to try out my nix config, then you can do this:
home-manager switch --flake .#elal
Be sure that your hostname is exa
and your username is elal
.
I suggest you change the above to your hostname and your username.