Compare commits

..

No commits in common. "f81199c2cedacfb94e917e63997cf8d6be610d50" and "01c9afefb3032f8fbdc906428ca1f0de119b8462" have entirely different histories.

2 changed files with 8 additions and 10 deletions

View File

@ -10,7 +10,7 @@ ln -s ~/.dotfiles/tmux/tmux.conf ~/.tmux.conf
mkdir ~/.dotfiles/this-machine
touch ~/.dotfiles/this-machine/zsh
touch ~/.dotfiles/this-machine/tmux.conf
sudo chsh -s "$(which zsh)" $USER
sudo chsh -s '$(which zsh)' "$USER"
# If private repo is available, add ssh config + hosts
if [ -d "$HOME/.jan" ]; then

16
nanorc
View File

@ -1,15 +1,13 @@
set autoindent # indent a newly created lines
set autoindent
set tabsize 4
set softwrap # wrap lines
set atblanks # wrap at empty positions (e.g. space, tabs)
set softwrap
set atblanks
set linenumbers # show line numbers at the left side
set linenumbers
set numbercolor #9d5,#111
set indicator # display a "scrollbar" on the right side
set scrollercolor #9d5,#111
set functioncolor #9d5,#111
set mouse # enable mouse support
set smarthome # 'Home' key position the cursor smarter
set indicator
set mouse
set smarthome