https://github.com/sirimykland/dotfiles
My dotfiles made public for easy shell configuration on new computers.
https://github.com/sirimykland/dotfiles
bash bash-script dotfiles zsh
Last synced: 3 months ago
JSON representation
My dotfiles made public for easy shell configuration on new computers.
- Host: GitHub
- URL: https://github.com/sirimykland/dotfiles
- Owner: sirimykland
- Created: 2019-11-29T17:19:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T13:52:50.000Z (almost 2 years ago)
- Last Synced: 2025-10-11T13:48:48.780Z (9 months ago)
- Topics: bash, bash-script, dotfiles, zsh
- Language: Shell
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Git repo for my dotfiles, easy setup on new devices.
zsh coming soon.
## How to get this up and running
```
git clone https://github.com/sirimykland/dotfiles.git .dotfiles/
cd .dotfiles/
```
## Symlink files
```
# all files:
./makesymlinks.sh
# or single file
ln -s .filename dotfiles/.filename
```
## Local config/aliases
use `.bash_local` for local configurations or aliases
the file is listed in `.gitignore`